Update status for expected failures in Dartium.

TBR=whesse@google.com

Review URL: https://codereview.chromium.org/2341653005 .
This commit is contained in:
Terry Lucas 2016-09-15 09:38:55 -07:00
parent 34b7fd39dc
commit 79f406443d
3 changed files with 4 additions and 4 deletions

View file

@ -1013,8 +1013,6 @@ LibTest/isolate/Isolate/spawnUri_A01_t04: RuntimeError # Dart issue 15974
LibTest/isolate/Isolate/spawnUri_A01_t05: RuntimeError # Dart issue 15974
LibTest/isolate/Isolate/spawnUri_A01_t06: RuntimeError # Issue 27219
LibTest/isolate/Isolate/spawnUri_A01_t07: RuntimeError # Issue 27219
LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15974
LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Issue 27219
LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974
LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974
LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974
@ -1024,8 +1022,6 @@ LibTest/isolate/Isolate/spawn_A01_t03: RuntimeError, OK # Uses Isolate.spawn.
LibTest/isolate/Isolate/spawn_A01_t04: RuntimeError, OK # Uses Isolate.spawn.
LibTest/isolate/Isolate/spawn_A01_t05: RuntimeError, OK # Uses Isolate.spawn.
LibTest/isolate/Isolate/spawn_A01_t06: RuntimeError # Issue 27219
LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Issue 27219
LibTest/isolate/Isolate/spawn_A03_t01: RuntimeError # Issue 27219
LibTest/isolate/Isolate/spawn_A03_t02: RuntimeError # Issue 27219
LibTest/isolate/Isolate/spawn_A03_t03: RuntimeError # Issue 27219

View file

@ -9,6 +9,9 @@ cross_frame_test: Skip # Test reloads itself. Issue 18558
mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior.
js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior.
js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior.
js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior.
native_gc_test: Skip # Dartium JSInterop failure

View file

@ -87,6 +87,7 @@ vm/type_vm_test: Fail # Issue 14651.
[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
issue13474_test: Pass, Fail # Issue 14651.
config_import_test: Fail # Issue 14651.
generic_methods_generic_function_parameter_test: RuntimeError # Issue 25869
vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn.
main_test/01: Fail # Issue 20028
main_test/02: Fail # Issue 20028