Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: build/nocompile.gni

Issue 2716913002: Fix nocompile test failure due to clang roll and re-enable (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/bind_unittest.nc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/nocompile.gni
diff --git a/build/nocompile.gni b/build/nocompile.gni
index a113c3843a7ac42780b9bdf54ce16e1f2790d1a6..7c91c673e37213f9255b6d9feda484f850f390da 100644
--- a/build/nocompile.gni
+++ b/build/nocompile.gni
@@ -59,9 +59,7 @@ import("//testing/test.gni")
declare_args() {
# TODO(crbug.com/105388): make sure no-compile test is not flaky.
- # TODO(crbug.com/695991): reenable if
- # is_linux && is_clang && host_cpu == target_cpu
- enable_nocompile_tests = false
+ enable_nocompile_tests = is_linux && is_clang && host_cpu == target_cpu
}
if (enable_nocompile_tests) {
« no previous file with comments | « base/bind_unittest.nc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698