Changeset 192708 in webkit
- Timestamp:
- Nov 20, 2015, 3:45:40 PM (9 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r192699 r192708 1 2015-11-20 Mark Lam <mark.lam@apple.com> 2 3 New JSC tests introduced in r192664 fail on ARM. 4 https://bugs.webkit.org/show_bug.cgi?id=151485 5 6 Reviewed by Geoffrey Garen. 7 8 The newly added tests are exposing some pre-existing bugs. The bugs are tracked here: 9 https://bugs.webkit.org/show_bug.cgi?id=151514 10 https://bugs.webkit.org/show_bug.cgi?id=151515 11 12 Skipping the tests for now. 13 14 * tests/stress/op_div.js: 15 * tests/stress/op_rshift.js: 16 * tests/stress/op_urshift.js: 17 1 18 2015-11-20 Filip Pizlo <fpizlo@apple.com> 2 19 -
trunk/Source/JavaScriptCore/tests/stress/op_div.js
r192664 r192708 1 //@ runFTLNoCJIT 1 //@ skip 2 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=151515 2 3 3 4 // If all goes well, this test module will terminate silently. If not, it will print -
trunk/Source/JavaScriptCore/tests/stress/op_rshift.js
r192664 r192708 1 //@ runFTLNoCJIT 1 //@ skip 2 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=151514 2 3 3 4 // If all goes well, this test module will terminate silently. If not, it will print -
trunk/Source/JavaScriptCore/tests/stress/op_urshift.js
r192664 r192708 1 //@ runFTLNoCJIT 1 //@ skip 2 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=151514 2 3 3 4 // If all goes well, this test module will terminate silently. If not, it will print
Note:
See TracChangeset
for help on using the changeset viewer.