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

Unified Diff: runtime/vm/assembler_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/assembler_test.cc
diff --git a/runtime/vm/assembler_test.cc b/runtime/vm/assembler_test.cc
index fbbd994698f6cff6c0756cf458f6ef43096b2191..3431f2fe926877d4dabab124a1010fa97450be15 100644
--- a/runtime/vm/assembler_test.cc
+++ b/runtime/vm/assembler_test.cc
@@ -11,6 +11,7 @@
namespace dart {
+#if !defined(TARGET_ARCH_DBC)
zra 2016/04/08 22:37:34 Re-enable and add failing tests to the status file
Vyacheslav Egorov (Google) 2016/04/11 10:49:10 This test does not compile, so I can't re-enable i
ASSEMBLER_TEST_EXTERN(StoreIntoObject);
ASSEMBLER_TEST_RUN(StoreIntoObject, test) {
@@ -60,5 +61,6 @@ ASSEMBLER_TEST_RUN(StoreIntoObject, test) {
EXPECT(old_array.raw() == grow_new_array.data());
EXPECT(!thread->StoreBufferContains(grow_new_array.raw()));
}
+#endif
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698