Index: runtime/vm/compiler_test.cc |
diff --git a/runtime/vm/compiler_test.cc b/runtime/vm/compiler_test.cc |
index 8dd7c2f135c95eb3d89c58322b97b531804bd938..5b4fb7593df2a431f3335bc4a6b2f9e627412c08 100644 |
--- a/runtime/vm/compiler_test.cc |
+++ b/runtime/vm/compiler_test.cc |
@@ -112,7 +112,7 @@ VM_TEST_CASE(CompileFunctionOnHelperThread) { |
BackgroundCompiler::Stop(isolate->background_compiler()); |
} |
- |
+#if !defined(TARGET_ARCH_DBC) |
zra
2016/04/08 22:37:34
enable and mark in status file?
Vyacheslav Egorov (Google)
2016/04/11 10:49:10
Done.
|
TEST_CASE(RegenerateAllocStubs) { |
const char* kScriptChars = |
"class A {\n" |
@@ -149,6 +149,7 @@ TEST_CASE(RegenerateAllocStubs) { |
result = Dart_Invoke(lib, NewString("main"), 0, NULL); |
EXPECT_VALID(result); |
} |
+#endif |
TEST_CASE(EvalExpression) { |