diff options
| author | 2015-11-19 14:01:37 +0000 | |
|---|---|---|
| committer | 2015-11-19 14:01:37 +0000 | |
| commit | ee7d4a3d574d8789fb0d1860eba284ae5099f10d (patch) | |
| tree | 712c75a0997922bf5a6387b181afbeb853de10ad /compiler/common_compiler_test.h | |
| parent | d846a2cc45aae5b1c84b5ac51cdd37a22b8447ff (diff) | |
| parent | 3b359c71f2fb784589be113206932e76807787bb (diff) | |
Merge "ARM read barrier support for concurrent GC in Optimizing."
Diffstat (limited to 'compiler/common_compiler_test.h')
| -rw-r--r-- | compiler/common_compiler_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index a121f8b7a0..7b0e5af246 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -128,6 +128,7 @@ class CommonCompilerTest : public CommonRuntimeTest { #define TEST_DISABLED_FOR_READ_BARRIER_WITH_OPTIMIZING_FOR_UNSUPPORTED_INSTRUCTION_SETS() \ if (kUseReadBarrier && GetCompilerKind() == Compiler::kOptimizing) { \ switch (GetInstructionSet()) { \ + case kThumb2: \ case kX86: \ case kX86_64: \ /* Instruction set has read barrier support. */ \ |