v8/test
ahaas ac7f0e2b61 [wasm] Fixed float-to-int conversion tests.
*) For all tests the input validation was incorrect, i.e. some values
were considered invalid although they were valid. The problem was that
values which are outside int range can get in range through truncation.

*) Removed an assertion in the x64 code generation of
TruncateFloat64ToUint32 which trapped on negative inputs.

*) Introduced a new TF operator TruncateFloat32ToUint32 which does
the same as ChangeFloat32ToUint32 but does not trap on negative inputs.

R=titzer@chromium.org

Review URL: https://codereview.chromium.org/1843983002

Cr-Commit-Position: refs/heads/master@{#35176}
2016-03-31 18:38:36 +00:00
..
benchmarks
cctest [wasm] Fixed float-to-int conversion tests. 2016-03-31 18:38:36 +00:00
fuzzer Reset isolate exceptions in libfuzzer wasm tests. 2016-03-03 00:05:03 +00:00
intl [regexp, intl] Intl should not cause side effects to the RegExp object. 2016-03-29 11:57:03 +00:00
js-perf-test [js-perf-test] fixup error in JSTests.json 2016-03-09 11:58:00 +00:00
memory
message Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
mjsunit [Interpreter] Changes GenerateDoubleToObject to push and pop rsi value. 2016-03-31 13:45:48 +00:00
mozilla Pass all parser flags from Parser to PreParser 2016-03-19 00:55:10 +00:00
preparser [testing] Move the last JS tests out of "preparser". 2016-03-14 17:10:49 +00:00
promises-aplus Make test262 test runner check for which exception is thrown 2016-03-14 21:20:37 +00:00
simdjs Make test262 test runner check for which exception is thrown 2016-03-14 21:20:37 +00:00
test262 Stage --harmony-regexp-exec 2016-03-29 21:50:25 +00:00
unittests [wasm] Int64Lowering of Word64Ror and Word64Rol. 2016-03-31 17:05:43 +00:00
webkit Remove RegExp.prototype.source getter compat workaround 2016-03-28 20:43:02 +00:00
bot_default.gyp
bot_default.isolate
default.gyp
default.isolate
ignition.gyp
ignition.isolate [testing] Extend interpreter testing to webkit suite. 2016-03-14 16:12:50 +00:00
optimize_for_size.gyp
optimize_for_size.isolate
perf.gyp
perf.isolate