Changeset 187551 in webkit
- Timestamp:
- Jul 29, 2015, 12:20:35 PM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
tests/stress/math-pow-coherency.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r187550 r187551 1 2015-07-29 Basile Clement <basile_clement@apple.com> 2 3 Unreviewed, skipping a test that is too complex for its own good 4 https://bugs.webkit.org/show_bug.cgi?id=147167 5 6 * tests/stress/math-pow-coherency.js: 7 1 8 2015-07-29 Sukolsak Sakshuwong <sukolsak@gmail.com> 2 9 -
trunk/Source/JavaScriptCore/tests/stress/math-pow-coherency.js
r187548 r187551 1 //@ skip 2 1 3 // This test checks that the pow function returns coherent results: 2 4 // (a) Across different compilation tiers
Note:
See TracChangeset
for help on using the changeset viewer.