Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1164)

Unified Diff: runtime/vm/compiler_test.cc

Issue 1858283002: Initial SIMDBC interpreter. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: cleanup Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698