Disable running some instruction selector test on unsupported backends.
authorjarin@chromium.org <jarin@chromium.org>
Thu, 28 Aug 2014 11:06:26 +0000 (11:06 +0000)
committerjarin@chromium.org <jarin@chromium.org>
Thu, 28 Aug 2014 11:06:26 +0000 (11:06 +0000)
BUG=
R=jarin@chromium.org

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

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23485 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/compiler-unittests/instruction-selector-unittest.cc

index 7641d3a..1cf46f8 100644 (file)
@@ -316,7 +316,7 @@ TARGET_TEST_F(InstructionSelectorTest, ValueEffect) {
 
 // -----------------------------------------------------------------------------
 // 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, CallJSFunctionWithDeopt) {
 }
 
 
-TEST_F(InstructionSelectorTest, CallFunctionStubWithDeopt) {
+TARGET_TEST_F(InstructionSelectorTest, CallFunctionStubWithDeopt) {
   StreamBuilder m(this, kMachAnyTagged, kMachAnyTagged, kMachAnyTagged,
                   kMachAnyTagged);