diff options
Diffstat (limited to 'compiler/image_test.cc')
| -rw-r--r-- | compiler/image_test.cc | 1 | 
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"); |