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

Unified Diff: tests/corelib_strong/corelib_strong.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 | « tests/corelib/corelib.status ('k') | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_strong/corelib_strong.status
diff --git a/tests/corelib_strong/corelib_strong.status b/tests/corelib_strong/corelib_strong.status
index fb98cbabb4ea80bf03a8680301f7c9f1c1019840..bdb73e1111a68efe7434921b86dea506f8353c70 100644
--- a/tests/corelib_strong/corelib_strong.status
+++ b/tests/corelib_strong/corelib_strong.status
@@ -3,11 +3,11 @@
# BSD-style license that can be found in the LICENSE file.
# Skip entire suite if not running in strong mode.
-[ $strong == false ]
+[ ! $strong ]
*: SkipByDesign
# Skip tests that are not yet strong-mode clean.
-[ $strong == true ]
+[ $strong ]
big_integer_arith_vm_test: Skip
bool_from_environment2_test: Skip
core_runtime_types_test: Skip
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698