summaryrefslogtreecommitdiff
path: root/compiler/image_test.cc
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2015-06-30 15:05:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-06-30 15:05:04 +0000
commit6d6b30e57bc00d701c92d830ce47f2ee9c20ef00 (patch)
treebc3f3ad22ee78ddf92fb3ff2344aa9197c2c1d6c /compiler/image_test.cc
parent3b0667c1d68ba88c71b031757b757dca659afd69 (diff)
parentbbcc01a5a38d28c221c05788e56473a287f57589 (diff)
Merge "Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER."
Diffstat (limited to 'compiler/image_test.cc')
-rw-r--r--compiler/image_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/image_test.cc b/compiler/image_test.cc
index 772cc80146..7e31a7a08b 100644
--- a/compiler/image_test.cc
+++ b/compiler/image_test.cc
@@ -45,6 +45,7 @@ class ImageTest : public CommonCompilerTest {
};
TEST_F(ImageTest, WriteRead) {
+ TEST_DISABLED_FOR_NON_PIC_COMPILING_WITH_OPTIMIZING();
// Create a generic location tmp file, to be the base of the .art and .oat temporary files.
ScratchFile location;
ScratchFile image_location(location, ".art");