Reviewers: Jakob,
Description:
Rewrite test CHECK to work on all platforms, including MIPS
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9536005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/cctest/test-api.cc
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index
a7e45d18ef5a69c3e823c3705b6f4e9acaefb8f0..af37809cebf2c069b42b7791b0e034d74bba9925
100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -12910,7 +12910,7 @@ static void
ExternalArrayTestHelper(v8::ExternalArrayType array_type,
if (array_type == v8::kExternalDoubleArray ||
array_type == v8::kExternalFloatArray) {
CHECK_EQ(
- static_cast<int>(0x80000000),
+ static_cast<int>(i::OS::nan_value()),
static_cast<int>(jsobj->GetElement(7)->ToObjectChecked()->Number()));
} else {
CHECK_EQ(0, static_cast<int>(
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev