Revision: 23485
Author: [email protected]
Date: Thu Aug 28 11:06:26 2014 UTC
Log: Disable running some instruction selector test on unsupported
backends.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/515793002
Patch from Chunyang Dai <[email protected]>.
https://code.google.com/p/v8/source/detail?r=23485
Modified:
/branches/bleeding_edge/test/compiler-unittests/instruction-selector-unittest.cc
=======================================
---
/branches/bleeding_edge/test/compiler-unittests/instruction-selector-unittest.cc
Wed Aug 27 15:56:11 2014 UTC
+++
/branches/bleeding_edge/test/compiler-unittests/instruction-selector-unittest.cc
Thu Aug 28 11:06:26 2014 UTC
@@ -316,7 +316,7 @@
//
-----------------------------------------------------------------------------
// Calls with deoptimization.
-TEST_F(InstructionSelectorTest, CallJSFunctionWithDeopt) {
+TARGET_TEST_F(InstructionSelectorTest, CallJSFunctionWithDeopt) {
StreamBuilder m(this, kMachAnyTagged, kMachAnyTagged, kMachAnyTagged);
BailoutId bailout_id(42);
@@ -360,7 +360,7 @@
}
-TEST_F(InstructionSelectorTest, CallFunctionStubWithDeopt) {
+TARGET_TEST_F(InstructionSelectorTest, CallFunctionStubWithDeopt) {
StreamBuilder m(this, kMachAnyTagged, kMachAnyTagged, kMachAnyTagged,
kMachAnyTagged);
--
--
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/d/optout.