+2013-04-24 David Kilzer <ddkilzer@apple.com>
+
+ Fix invalid test names in jsc-test-list
+ <http://webkit.org/b/115136>
+
+ Reviewed by Geoffrey Garen.
+
+ 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
+
+ * fast/js/jsc-test-list: Fix invalid test names by removing
+ *.html suffix or stray "s" characters.
+
2013-04-24 Filip Pizlo <fpizlo@apple.com>
DFG should keep the operand to create_this alive if it's emitting code for create_this
fast/js/dfg-dead-speculation
fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes
fast/js/dfg-dead-variable-on-exit
-fast/js/dfg-double-addition-simplify-to-int.html
+fast/js/dfg-double-addition-simplify-to-int
fast/js/dfg-double-use-of-post-simplification-double-prediction
fast/js/dfg-double-vote-fuzz
fast/js/dfg-ensure-array-storage-on-string
fast/js/dfg-min-max
fast/js/dfg-multi-basic-block-structure-clobber
fast/js/dfg-multiply
-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-mul-big-integer-with-small-integer-and-bitor
+fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow
+fast/js/dfg-mul-big-integer-with-small-integer
fast/js/dfg-mul-big-integers
fast/js/dfg-negative-array-index
fast/js/dfg-obvious-constant-cfa
fast/js/dfg-uint32array
fast/js/dfg-uint8array
fast/js/dfg-uint8clampedarray
-fast/js/dfg-value-to-int32-with-side-effects
+fast/js/dfg-value-to-int32-with-side-effect
fast/js/dfg-weak-js-constant-silent-fill
fast/js/dictionary-no-cache
fast/js/dictionary-prototype-caching