diff options
author | 2017-02-13 21:34:20 +0000 | |
---|---|---|
committer | 2017-02-13 21:34:21 +0000 | |
commit | 5abcfe6254acce99bf25a151b19ffe5c9b50494f (patch) | |
tree | 9046eee1f88feb16eff6ef6f1aeaad48616f0c5e /runtime/common_runtime_test.h | |
parent | 60acc33c5b9bb93c23c4b54f6d97db2d5ec0828c (diff) | |
parent | 38f5663a970b633f08e144b4dff33633c51352ee (diff) |
Merge "Enable dex2oat swap test for CC on x86."
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r-- | runtime/common_runtime_test.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 17e3729a20..26ec364285 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -223,12 +223,6 @@ class CheckJniAbortCatcher { return; \ } -#define TEST_DISABLED_FOR_READ_BARRIER_ON_X86() \ - if (kUseReadBarrier && kRuntimeISA == kX86) { \ - printf("WARNING: TEST DISABLED FOR READ BARRIER ON X86\n"); \ - return; \ - } - #define TEST_DISABLED_FOR_STRING_COMPRESSION() \ if (mirror::kUseStringCompression) { \ printf("WARNING: TEST DISABLED FOR STRING COMPRESSION\n"); \ |