WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 120994
run-jsc-stress-tests should be smart enough to call JSRegress "regress/script-tests" rather than "script-tests"
https://bugs.webkit.org/show_bug.cgi?id=120994
Summary
run-jsc-stress-tests should be smart enough to call JSRegress "regress/script...
Filip Pizlo
Reported
2013-09-07 21:02:11 PDT
run-jsc-stress-tests accepts a list of directories containing tests. It needs to come up with names for all of them. Currently it uses the basename of the test directory. But that means that JSRegress gets called "script-tests", which is unfortunate since any directory in LayoutTests containing .js files will be called "script-tests". So, we should change run-jsc-stress-tests to use more than just the basename if the basename has the word "tests" in it. This will cause JSRegress to be called "regress/script-tests".
Attachments
the patch
(2.65 KB, patch)
2013-09-07 21:04 PDT
,
Filip Pizlo
ggaren
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2013-09-07 21:04:03 PDT
Created
attachment 210958
[details]
the patch
Geoffrey Garen
Comment 2
2013-09-08 10:12:18 PDT
Comment on
attachment 210958
[details]
the patch r=me
Filip Pizlo
Comment 3
2013-09-08 13:12:47 PDT
Landed in
http://trac.webkit.org/changeset/155305
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug