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

Unified Diff: build/nocompile.gni

Issue 2711343004: Disable nocompile tests after clang roll (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 | « no previous file | 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 7c91c673e37213f9255b6d9feda484f850f390da..a113c3843a7ac42780b9bdf54ce16e1f2790d1a6 100644
--- a/build/nocompile.gni
+++ b/build/nocompile.gni
@@ -59,7 +59,9 @@ import("//testing/test.gni")
declare_args() {
# TODO(crbug.com/105388): make sure no-compile test is not flaky.
- enable_nocompile_tests = is_linux && is_clang && host_cpu == target_cpu
+ # TODO(crbug.com/695991): reenable if
+ # is_linux && is_clang && host_cpu == target_cpu
+ enable_nocompile_tests = false
}
if (enable_nocompile_tests) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698