Index: chrome/test/nacl/nacl_browsertest_util.h |
diff --git a/chrome/test/nacl/nacl_browsertest_util.h b/chrome/test/nacl/nacl_browsertest_util.h |
index 5b7a5dd0e7e38c063a00ffd17056138f98a5232b..3e5859d6f3bfc1d31e04db42a2cc544852d5ed67 100644 |
--- a/chrome/test/nacl/nacl_browsertest_util.h |
+++ b/chrome/test/nacl/nacl_browsertest_util.h |
@@ -196,10 +196,9 @@ class NaClBrowserTestGLibcExtension : public NaClBrowserTestGLibc { |
// Similar to MAYBE_NONSFI, this is available only on x86-32, x86-64 or |
// ARM linux. |
-// TODO(crbug.com/579804) -- tests disabled on Linux for flakiness. |
#if defined(OS_LINUX) && \ |
(defined(ARCH_CPU_X86_FAMILY) || defined(ARCH_CPU_ARMEL)) |
Sam McNally
2016/10/13 21:11:40
Given the ASAN bot failures, I'm guessing this nee
Mark Seaborn
2016/10/14 19:34:02
I'm not sure what's going on with those ASAN bot f
Mark Seaborn
2016/10/15 00:12:43
OK, done.
|
-# define MAYBE_PNACL_NONSFI(test_case) DISABLED_##test_case |
+# define MAYBE_PNACL_NONSFI(test_case) test_case |
#else |
# define MAYBE_PNACL_NONSFI(test_case) DISABLED_##test_case |
#endif |