Fix csp bots: update .status file for recently fixed tests (I incorrectly didn't

update the $csp section)

Change-Id: I1ac4a799b68f51a1ef8089504b2a0cc5c7cb45db
Reviewed-on: https://dart-review.googlesource.com/48088
Reviewed-by: Emily Fortuna <efortuna@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2018-03-23 19:21:39 +00:00 committed by commit-bot@chromium.org
parent 34bb60bbc5
commit 474e678f47

View file

@ -70,10 +70,6 @@ string_literals_test: RuntimeError # Issue 27533
config_import_test: RuntimeError # Test flag is not passed to the compiler.
library_env_test/has_io_support: RuntimeError, OK # dart2js doesn't support io when using '--categories=Client'.
[ $compiler == dart2js && $browser && $csp && !$fast_startup ]
conditional_import_string_test: Fail # Issue 30615
conditional_import_test: Fail # Issue 30615
[ $compiler == dart2js && !$browser ]
library_env_test/has_no_io_support: RuntimeError, OK # dart2js supports io when using '--categories=all'.