Update status after package root removal

BUG=https://github.com/dart-lang/sdk/issues/27378

Review URL: https://codereview.chromium.org/2347303002 .
This commit is contained in:
William Hesse 2016-09-16 23:46:06 +02:00
parent 509e6f3eb3
commit 82c24568d4
3 changed files with 7 additions and 1 deletions

View file

@ -18,7 +18,7 @@ dev_compiler/test/*: Skip
analyzer2dart/test/*: Skip
dart_messages/test/dart_messages_test: Skip # Requires a package root.
analyzer/tool/task_dependency_graph/check_test: RuntimeError # Fails without a package root
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
mutation_observer: Skip # Issue 21149
unittest/*: Skip # Issue 21949
@ -104,6 +104,7 @@ dart_messages/test/dart_messages_test: Skip # Uses dart:io.
[ $runtime == vm ]
analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25472
analyzer/tool/task_dependency_graph/check_test: RuntimeError # Fails without a package root
# Skip tests on the VM if the package depends on dart:html
mutation_observer: Skip

View file

@ -82,6 +82,8 @@ LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout
LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout
LibTest/core/Uri/Uri_A06_t03: Skip # Timeout
LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 27378
LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 27378
[ $system == windows ]
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow

View file

@ -19,6 +19,9 @@ async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE.
# building function type tests.
simple_function_subtype_test: Fail
library_resolution_test: Fail # Issue 27378
analyze_test_test: Fail # Issue 27378
simple_inferrer_const_closure_test: Fail # Issue 16507
simple_inferrer_const_closure2_test: Fail # Issue 16507
simple_inferrer_global_field_closure_test: Fail # Issue 16507