Revision: 15212
Author:   [email protected]
Date:     Wed Jun 19 10:15:21 2013
Log:      MIPS: Fix cctest/test-assembler-mips on MIPS32R1 architecture.

TEST=cctest/test-assembler-mips/MIPS3

BUG=
[email protected]

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

Patch from Balazs Kilvady <[email protected]>.
http://code.google.com/p/v8/source/detail?r=15212

Modified:
 /branches/bleeding_edge/test/cctest/test-assembler-mips.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-assembler-mips.cc Tue Apr 16 04:33:02 2013 +++ /branches/bleeding_edge/test/cctest/test-assembler-mips.cc Wed Jun 19 10:15:21 2013
@@ -337,7 +337,9 @@
   CHECK_EQ(1.8066e16, t.e);
   CHECK_EQ(120.44, t.f);
   CHECK_EQ(10.97451593465515908537, t.g);
-  CHECK_EQ(6.875, t.h);
+  if (kArchVariant == kMips32r2) {
+    CHECK_EQ(6.875, t.h);
+  }
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to