diff options
author | Yi Kong <yikong@google.com> | 2015-11-23 12:21:12 +0000 |
---|---|---|
committer | Yi Kong <yikong@google.com> | 2015-11-23 12:21:12 +0000 |
commit | 6f58cb85328bed2f3ea246cce4080244544d7c2b (patch) | |
tree | 994226a13f405c31b795199b4fd17a01ffbb3691 /compiler/driver/compiler_driver_test.cc | |
parent | e44bf3e496e69864a779b2dc165c3cf8c1f21dac (diff) |
Temporarily disable compiler_driver_test.
bug: 25836016
Change-Id: I2d2e7c5b2bcbc2b906b38dd2cf39583ca6fbabde
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
-rw-r--r-- | compiler/driver/compiler_driver_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index f8de9fa4a1..2e43c2c71a 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -145,7 +145,7 @@ TEST_F(CompilerDriverTest, DISABLED_LARGE_CompileDexLibCore) { // TODO: check that all Method::GetCode() values are non-null } -TEST_F(CompilerDriverTest, AbstractMethodErrorStub) { +TEST_F(CompilerDriverTest, DISABLED_AbstractMethodErrorStub) { TEST_DISABLED_FOR_HEAP_REFERENCE_POISONING_WITH_QUICK(); TEST_DISABLED_FOR_READ_BARRIER_WITH_QUICK(); TEST_DISABLED_FOR_READ_BARRIER_WITH_OPTIMIZING_FOR_UNSUPPORTED_INSTRUCTION_SETS(); |