v8/test
Tom Tan 8f23860efb Change labs to std::abs for Windows ARM64
Because Windows ARM64 is in LLP64 data model, the long type as input parameter
for labs is still 32-bit. std::abs has overloads for both long and long long type, which
works for both LP64 and LLP64 data model (see below links).

https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/abs-labs-llabs-abs64
https://en.cppreference.com/w/cpp/numeric/math/abs

Bug: chromium:893460
Change-Id: I477d22d550bd92bf9dcc974ac84b4fe5222c1e13
Reviewed-on: https://chromium-review.googlesource.com/c/1448715
Reviewed-by: Jaroslav Sevcik <jarin@chromium.org>
Commit-Queue: Jaroslav Sevcik <jarin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59358}
2019-02-05 09:31:57 +00:00
..
benchmarks [Test] CSuite benchmark runner 2018-12-21 13:15:57 +00:00
cctest Change labs to std::abs for Windows ARM64 2019-02-05 09:31:57 +00:00
common [wasm] Rename memory.drop and table.drop 2019-01-31 19:27:57 +00:00
debugger [test] Run jitless on all bots 2019-02-04 12:04:08 +00:00
fuzzer [test] Run jitless on all bots 2019-02-04 12:04:08 +00:00
inspector [test] Run jitless on all bots 2019-02-04 12:04:08 +00:00
intl [Intl] Implement intl-datetime-style 2019-02-01 03:10:04 +00:00
js-perf-test [test] add performance tests for String#startsWith 2019-01-17 08:23:06 +00:00
memory [snapshot] Remove the builtins snapshot 2018-10-31 10:18:28 +00:00
message [test] Run jitless on all bots 2019-02-04 12:04:08 +00:00
mjsunit [wasm] remove [[HasProperty]] in memory/constructor when threads 2019-02-04 19:48:27 +00:00
mkgrokdump [nojit] Don't allocate executable memory in jitless mode 2019-01-10 10:55:48 +00:00
mozilla Revert "[runtime] Reduce spread/apply call max arguments" 2018-11-30 09:54:47 +00:00
preparser [test] Share resource-fetching logic with all d8 test cases 2018-08-29 17:51:43 +00:00
test262 [test] remove duplicated test262 tests 2019-02-05 06:41:17 +00:00
torque [torque] Fix and test broken non-tagged class fields stores 2019-02-05 09:04:57 +00:00
unittests [utf8] Rewrite NewStringFromUtf8 using Utf8::ValueOfIncremental 2019-02-04 16:08:19 +00:00
wasm-js [test] Run jitless on all bots 2019-02-04 12:04:08 +00:00
wasm-spec-tests [test] Run jitless on all bots 2019-02-04 12:04:08 +00:00
webkit [inspector] Improve uninitialized binding error message 2019-02-02 00:38:06 +00:00
BUILD.gn Reland "[wasm] Add a new wasm-js testsuite to run js-api tests" 2018-10-18 20:18:55 +00:00