v8/test/unittests
zhengxing.li f310a82952 X87: disable Acosh/ASinh test cases for x87.
The reason:
    same as the CL #37371 (Issue 2111493002: X87: disable some sin/cos/expm1/tan test cases for x87.), please
    refer https://codereview.chromium.org/2111493002 for more details.

    For Acosh/ASinh test cases, the expected values are pre-defined double precision values, the results
    generated by C++ function are extended double precision as the extended double precision is default for x87
    Gcc compiler and std lib on linux platform. The comparison of different precisons caused some of those test
    cases failed.

    This CL disables Acosh/ASinh test cases for x87.

BUG=

Review-Url: https://codereview.chromium.org/2122593002
Cr-Commit-Position: refs/heads/master@{#37516}
2016-07-05 08:59:09 +00:00
..
base [builtins] Unify most of the remaining Math builtins. 2016-07-01 11:13:02 +00:00
compiler Revert of [intrinsic] Drop the %_ValueOf intrinsic. (patchset #2 id:20001 of https://codereview.chromium.org/2126453002/ ) 2016-07-05 08:01:06 +00:00
heap [heap] Store the host address in the typed remembered set. 2016-06-03 08:31:09 +00:00
interpreter [interpreter] Streamline bytecode array writing. 2016-06-28 10:04:52 +00:00
libplatform [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
wasm Hooking up asm-wasm conversion. 2016-07-01 05:28:43 +00:00
BUILD.gn [gn] Use one source of truth for test source files. 2016-06-28 13:24:08 +00:00
cancelable-tasks-unittest.cc Fix gcc 4.9.2 signed-compare error. 2015-11-15 12:48:19 +00:00
char-predicates-unittest.cc Conform to the unittest naming convention. 2014-10-10 08:06:21 +00:00
counters-unittest.cc Fix more -Werror=sign-compare bugs with GCC 4.9.2 2015-05-11 11:07:15 +00:00
DEPS Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
locked-queue-unittest.cc Add lock-based unbounded queue 2015-11-18 10:54:13 +00:00
register-configuration-unittest.cc [Turbofan] Add Simd128 registers to RegisterConfiguration. 2016-06-30 11:29:36 +00:00
run-all-unittests.cc [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
source-position-table-unittest.cc Use source position table for unoptimized code. 2016-06-28 05:52:52 +00:00
test-utils.cc Provide a convenience array buffer allocator 2016-06-29 07:42:40 +00:00
test-utils.h Provide a convenience array buffer allocator 2016-06-29 07:42:40 +00:00
unittests.gyp [gn] Use one source of truth for test source files. 2016-06-28 13:24:08 +00:00
unittests.isolate Reland [swarming] Isolate v8 testing. 2015-10-05 09:48:42 +00:00
unittests.status X87: disable Acosh/ASinh test cases for x87. 2016-07-05 08:59:09 +00:00