Changeset 205317 in webkit
- Timestamp:
- Sep 1, 2016, 2:45:52 PM (10 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
stress/arith-abs-on-various-types.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r205304 r205317 1 2016-09-01 Benjamin Poulain <bpoulain@apple.com> 2 3 arith-abs-on-various-types.js is flaky 4 5 Unreviewed. 6 7 * stress/arith-abs-on-various-types.js: 8 Two compilation is too small for the worst case. 9 Math.abs() can be typed integer->number->untyped if we are very unlucky. 10 1 11 2016-09-01 Filip Pizlo <fpizlo@apple.com> 2 12 -
trunk/JSTests/stress/arith-abs-on-various-types.js
r205112 r205317 74 74 } 75 75 } 76 if (numberOfDFGCompiles(opaqueAllTypesAbs) > 2)76 if (numberOfDFGCompiles(opaqueAllTypesAbs) > 3) 77 77 throw "We should have detected abs() was polymorphic and generated a generic version."; 78 78 }
Note:
See TracChangeset
for help on using the changeset viewer.