Bug 115136 - Fix invalid test names in jsc-test-list
Summary: Fix invalid test names in jsc-test-list
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 15:59 PDT by David Kilzer (:ddkilzer)
Modified: 2013-04-24 16:30 PDT (History)
6 users (show)

See Also:


Attachments
Patch v1 (2.81 KB, patch)
2013-04-24 16:01 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2013-04-24 15:59:08 PDT
This shell script finds all the invalid tests listed in LayoutTests/fast/js/jsc-test-list:

$ for F in `cat LayoutTests/fast/js/jsc-test-list`; do if [ ! -f LayoutTests/$F.html ]; then echo $F; fi; done
fast/js/dfg-double-addition-simplify-to-int.html
fast/js/dfg-mul-big-integers-with-small-integer-and-bitor
fast/js/dfg-mul-big-integers-with-small-integer-and-detect-overflow
fast/js/dfg-mul-big-integers-with-small-integer
fast/js/dfg-value-to-int32-with-side-effects
Comment 1 David Kilzer (:ddkilzer) 2013-04-24 16:01:48 PDT
Created attachment 199530 [details]
Patch v1
Comment 2 Geoffrey Garen 2013-04-24 16:03:52 PDT
Comment on attachment 199530 [details]
Patch v1

r=me
Comment 3 WebKit Commit Bot 2013-04-24 16:30:48 PDT
Comment on attachment 199530 [details]
Patch v1

Clearing flags on attachment: 199530

Committed r149075: <http://trac.webkit.org/changeset/149075>
Comment 4 WebKit Commit Bot 2013-04-24 16:30:50 PDT
All reviewed patches have been landed.  Closing bug.