Revert "Disable dexdiag_test on fugu."
This reverts commit 674040421e40712df79493ecef62b6af028d657a.
Reason for revert: I think the underlying problem has been fixed.
Bug: 136245508
Change-Id: I342be643c3e798caa241a1398210655e395bbadc
diff --git a/dexlayout/dexdiag_test.cc b/dexlayout/dexdiag_test.cc
index 0fc8d80..0791e9a 100644
--- a/dexlayout/dexdiag_test.cc
+++ b/dexlayout/dexdiag_test.cc
@@ -20,7 +20,6 @@
#include "base/common_art_test.h"
#include "base/file_utils.h"
#include "base/os.h"
-#include "common_runtime_test.h"
#include "exec_utils.h"
#include "oat_file.h"
@@ -114,10 +113,6 @@
#else
TEST_F(DexDiagTest, DISABLED_DexDiagContainsTest) {
#endif
- if (kIsTargetBuild) {
- // Disable test on fugu b/136245508
- TEST_DISABLED_FOR_X86();
- }
std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles();
// TODO: test the resulting output.
std::string error_msg;
@@ -143,10 +138,6 @@
#else
TEST_F(DexDiagTest, DISABLED_DexDiagVerboseTest) {
#endif
- if (kIsTargetBuild) {
- // Disable test on fugu b/136245508
- TEST_DISABLED_FOR_X86();
- }
// TODO: test the resulting output.
std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles();
std::string error_msg;