| OLD | NEW | 
|---|
| 1 # Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file | 
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a | 
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. | 
| 4 | 4 | 
| 5 [ $runtime == vm ] | 5 [ $runtime == vm ] | 
| 6 browser/*: SkipByDesign  # Browser specific tests | 6 browser/*: SkipByDesign  # Browser specific tests | 
| 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
    e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
    e wrapper-less tests. | 
| 8 | 8 | 
| 9 [ $compiler == none ] | 9 [ $compiler == none ] | 
| 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | 
| 11 isolate_throws_test/01: Skip # Issue 12587 | 11 isolate_throws_test/01: Skip # Issue 12587 | 
| 12 compile_time_error_test/01: Skip # Issue 12587 | 12 compile_time_error_test/01: Skip # Issue 12587 | 
|  | 13 capability_test: Fail | 
| 13 | 14 | 
| 14 [ $compiler == dart2js && $jscl ] | 15 [ $compiler == dart2js && $jscl ] | 
| 15 browser/*: SkipByDesign  # Browser specific tests | 16 browser/*: SkipByDesign  # Browser specific tests | 
| 16 | 17 | 
| 17 [ $compiler == dart2js && $runtime == drt ] | 18 [ $compiler == dart2js && $runtime == drt ] | 
| 18 isolate_stress_test: Pass, Crash # Issue 14438 | 19 isolate_stress_test: Pass, Crash # Issue 14438 | 
| 19 | 20 | 
| 20 [ $compiler == dart2js ] | 21 [ $compiler == dart2js ] | 
| 21 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
     declared in isolate_patch.dart | 22 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
     declared in isolate_patch.dart | 
|  | 23 capability_test: Fail | 
| 22 | 24 | 
| 23 [ $compiler == dart2js && $runtime == ie9 ] | 25 [ $compiler == dart2js && $runtime == ie9 ] | 
| 24 browser/typed_data_message_test: Fail # Issue 12624 | 26 browser/typed_data_message_test: Fail # Issue 12624 | 
| 25 | 27 | 
| 26 [ $compiler == dart2js && $runtime == safari ] | 28 [ $compiler == dart2js && $runtime == safari ] | 
| 27 cross_isolate_message_test: Skip # Issue 12627 | 29 cross_isolate_message_test: Skip # Issue 12627 | 
| 28 message_test: Skip # Issue 12627 | 30 message_test: Skip # Issue 12627 | 
| 29 | 31 | 
| 30 [ $compiler == dart2js ] | 32 [ $compiler == dart2js ] | 
| 31 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. | 33 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. | 
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 76 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 78 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 
| 77 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support 
    spawnFunction | 79 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support 
    spawnFunction | 
| 78 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
    nFunction | 80 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
    nFunction | 
| 79 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
    nFunction | 81 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
    nFunction | 
| 80 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
    nFunction | 82 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
    nFunction | 
| 81 | 83 | 
| 82 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 84 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 
| 83 browser/typed_data_message_test: StaticWarning | 85 browser/typed_data_message_test: StaticWarning | 
| 84 mint_maker_test: StaticWarning | 86 mint_maker_test: StaticWarning | 
| 85 serialization_test: StaticWarning | 87 serialization_test: StaticWarning | 
| OLD | NEW | 
|---|