| 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 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 illegal_msg_mirror_test: Pass # Issue 12628 | 43 illegal_msg_mirror_test: Pass # Issue 12628 |
| 44 | 44 |
| 45 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 45 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 46 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. | 46 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. |
| 47 | 47 |
| 48 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. | 48 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. |
| 49 | 49 |
| 50 [ $compiler == dart2dart ] | 50 [ $compiler == dart2dart ] |
| 51 *: Skip # Issue 12629 | 51 *: Skip # Issue 12629 |
| 52 | 52 |
| 53 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] | |
| 54 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 | |
| 55 | |
| 56 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] | 53 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] |
| 57 isolate_stress_test: Pass, Slow # Issue 10697 | 54 isolate_stress_test: Pass, Slow # Issue 10697 |
| 58 | 55 |
| 59 [ $compiler == none && $runtime == drt ] | 56 [ $compiler == none && $runtime == drt ] |
| 60 isolate_stress_test: Skip # Issue 14463 | 57 isolate_stress_test: Skip # Issue 14463 |
| 61 spawn_uri_nested_vm_test: Skip # Issue 14463 | 58 spawn_uri_nested_vm_test: Skip # Issue 14463 |
| 62 | 59 |
| 63 [ $csp ] | 60 [ $csp ] |
| 64 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 61 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
| 65 spawn_uri_test: Fail # http://dartbug.com/13454 | 62 spawn_uri_test: Fail # http://dartbug.com/13454 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 76 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 73 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 77 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 74 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 | 75 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 | 76 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 | 77 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 81 | 78 |
| 82 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 79 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 83 browser/typed_data_message_test: StaticWarning | 80 browser/typed_data_message_test: StaticWarning |
| 84 mint_maker_test: StaticWarning | 81 mint_maker_test: StaticWarning |
| 85 serialization_test: StaticWarning | 82 serialization_test: StaticWarning |
| OLD | NEW |