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 |