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

Unified Diff: pkg/pkg.status

Issue 2913963002: Add negation to single-identifier tests in status files. (Closed)
Patch Set: Address comments Created 3 years, 7 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 | runtime/observatory/tests/observatory_ui/observatory_ui.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index e0e27a7f9b4d93dd709f45d377dfbfdd17f0f826..4f679211da72f4413055715e843d1706485fcc12 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -88,10 +88,10 @@ front_end/tool/perf_test: Slow, Pass
front_end/test/fasta/*: Skip # Issue 28629
compiler/tool/generate_kernel_test*: Skip # Issue 28629
-[ $runtime == vm && $use_sdk == false ]
+[ $runtime == vm && ! $use_sdk ]
front_end/tool/perf_test: Skip # Issue 28698
-[ $runtime == vm && $use_sdk == true ]
+[ $runtime == vm && $use_sdk ]
front_end/tool/fasta_perf_test: SkipByDesign # depends on patched_sdk which is not built into the sdk
[ $runtime == vm && $system == windows]
« no previous file with comments | « no previous file | runtime/observatory/tests/observatory_ui/observatory_ui.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698