diff options
| author | 2018-04-08 07:21:37 +0000 | |
|---|---|---|
| committer | 2018-04-08 07:21:37 +0000 | |
| commit | 4b86ef5422e36e5b852a8208f59ac93c169f7ecb (patch) | |
| tree | 6debc967f7886e7e25905bc9e04d153ed12584a4 /oatdump/oatdump_test.cc | |
| parent | 406cfc2782cd6ba93a4162c066a0d13cbf4967a2 (diff) | |
| parent | c3dbfcc312774563c28f70c5c83c8bca5c894a9a (diff) | |
Snap for 4706961 from c3dbfcc312774563c28f70c5c83c8bca5c894a9a to pi-release
Change-Id: I7ad2b8bfacd5035ad9d01ae3601c431c21102feb
Diffstat (limited to 'oatdump/oatdump_test.cc')
| -rw-r--r-- | oatdump/oatdump_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oatdump/oatdump_test.cc b/oatdump/oatdump_test.cc index 18cb2fde88..b4eddb91f9 100644 --- a/oatdump/oatdump_test.cc +++ b/oatdump/oatdump_test.cc @@ -72,6 +72,8 @@ TEST_F(OatDumpTest, TestSymbolizeStatic) { } TEST_F(OatDumpTest, TestExportDex) { + // Test is failing on target, b/77469384. + TEST_DISABLED_FOR_TARGET(); std::string error_msg; ASSERT_TRUE(Exec(kDynamic, kModeOat, {"--export-dex-to=" + tmp_dir_}, kListOnly, &error_msg)) << error_msg; |