| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 6302b7bd8a0422b93287a7304d06dcd8a52d9fd9..2fc1192253ff6486f3f359b76068d0c67cec9040 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -103,10 +103,10 @@ io/file_constructor_test: fail
|
| # This is runtime test.
|
| io/process_exit_negative_test: Skip
|
|
|
| -io/http_parser_test: Pass, CompileTimeError # Issue 28843
|
| -io/http_headers_test: Pass, CompileTimeError # Issue 28843
|
| -io/http_cookie_date_test: Pass, CompileTimeError # Issue 28843
|
| -io/web_socket_protocol_processor_test: Pass, CompileTimeError # Issue 28843
|
| +io/http_parser_test: Pass, StaticWarning, CompileTimeError # Issue 28843
|
| +io/http_headers_test: Pass, StaticWarning, CompileTimeError # Issue 28843
|
| +io/http_cookie_date_test: Pass, StaticWarning, CompileTimeError # Issue 28843
|
| +io/web_socket_protocol_processor_test: Pass, StaticWarning, CompileTimeError # Issue 28843
|
|
|
| [ $compiler == dart2analyzer && $builder_tag == strong ]
|
| *: Skip # Issue 28649
|
|
|