Chromium Code Reviews| Index: tests/standalone/standalone.status |
| =================================================================== |
| --- tests/standalone/standalone.status (revision 29136) |
| +++ tests/standalone/standalone.status (working copy) |
| @@ -55,10 +55,12 @@ |
| coverage_test: Skip |
| http_launch_test: Skip |
| vmservice/*: Skip # Do not run standalone vm service tests in browser. |
| +issue14236_test: Skip # Script snapshots do not work in the browser. |
|
Søren Gjesse
2013/10/24 07:21:41
Please add the issue number in the comment as well
siva
2013/10/24 16:25:03
Done.
|
| [ $compiler == dartanalyzer ] |
| javascript_int_overflow_literal_test/01: fail, ok |
| +issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| io/file_constructor_test: fail |
| @@ -123,6 +125,7 @@ |
| javascript_int_overflow_literal_test: Skip |
| oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrace). |
| vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| +issue14236_test: Skip # Script snapshots do not work in dart2js. |
| # Suppress tests that use main(List<String> args) until issue 14200 is fixed. |
| io/secure_builtin_roots_test: Fail # Issue 14200 |