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

Unified Diff: tests/corelib/corelib.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/compiler/dart2js/dart2js.status ('k') | tests/corelib_strong/corelib_strong.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index bf7be8764eb63fd1dde026b97ec55a9ad358f705..9a7041b65b1a93ce0711cc4670671b0df8babbda 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -136,7 +136,7 @@ string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
string_case_test/01: Fail, OK # Bug in Firefox.
-[ $compiler == dart2js && $runtime == jsshell && $fast_startup == false]
+[ $compiler == dart2js && $runtime == jsshell && ! $fast_startup]
list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
@@ -188,7 +188,7 @@ data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
file_resource_test: Skip, OK # VM specific test, uses dart:io.
http_resource_test: Skip, OK # VM specific test, uses dart:io.
-[ $compiler == dart2js && $browser == false ]
+[ $compiler == dart2js && ! $browser ]
package_resource_test: RuntimeError # Issue 26842
[ $mode == debug ]
« no previous file with comments | « tests/compiler/dart2js/dart2js.status ('k') | tests/corelib_strong/corelib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698