v8/test/unittests
bmeurer@chromium.org 8617b3acf8 [turbofan] Fix HashCode/Equals for floating point operators.
Those floating point constant operators require bitwise handling of
their parameters, otherwise 0.0 equals -0.0. This is solved in a
general way by adding new base::bit_equal_to and base::bit_hash
function objects.

TEST=unittests
R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24450 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-10-08 07:32:07 +00:00
..
base [turbofan] Fix HashCode/Equals for floating point operators. 2014-10-08 07:32:07 +00:00
compiler [turbofan] Fix HashCode/Equals for floating point operators. 2014-10-08 07:32:07 +00:00
heap Force scavenge in idle notification if we estimate that it will take long. 2014-10-02 07:21:53 +00:00
libplatform Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
DEPS Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
run-all-unittests.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
test-utils.cc [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
test-utils.h [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
unittests.gyp [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
unittests.status Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00