Bug 156490 - Replace script runner to use mocha.js tests
Summary: Replace script runner to use mocha.js tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 20:34 PDT by Ryosuke Niwa
Modified: 2016-04-11 20:42 PDT (History)
4 users (show)

See Also:


Attachments
Cleanup (2.11 KB, patch)
2016-04-11 20:36 PDT, Ryosuke Niwa
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-04-11 20:34:49 PDT
We have an old run-tests.js which is no longer useful.
Replace that with a new script that runs mocha.js.
Comment 1 Ryosuke Niwa 2016-04-11 20:36:23 PDT
Created attachment 276206 [details]
Cleanup
Comment 2 Chris Dumez 2016-04-11 20:39:58 PDT
Comment on attachment 276206 [details]
Cleanup

rs=me
Comment 3 Ryosuke Niwa 2016-04-11 20:41:46 PDT
Thanks for the review!
Comment 4 Ryosuke Niwa 2016-04-11 20:42:21 PDT
Committed r199333: <http://trac.webkit.org/changeset/199333>