Chromium Code Reviews| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 83 [ $csp ] | 83 [ $csp ] |
| 84 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 84 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
| 85 spawn_uri_test: Fail # http://dartbug.com/13454 | 85 spawn_uri_test: Fail # http://dartbug.com/13454 |
| 86 | 86 |
| 87 [ $jscl || $runtime == ie9 ] | 87 [ $jscl || $runtime == ie9 ] |
| 88 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 88 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| 89 | 89 |
| 90 [ $compiler == none && $runtime == dartium ] | 90 [ $compiler == none && $runtime == dartium ] |
| 91 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 91 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
| 92 | 92 |
| 93 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | |
|
floitsch
2013/11/22 17:02:04
I don't think all of them will work.
The problem i
Lasse Reichstein Nielsen
2013/11/25 08:19:41
You are right, stress_test fails in dartium. I hav
| |
| 94 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | |
| 95 browser/compute_this_script_browser_test: Fail | |
| 96 browser/typed_data_message_test: Skip # 13961 | |
| 97 count_test: Fail | |
| 98 cross_isolate_message_test: Fail | |
| 99 illegal_msg_function_test: Fail | |
| 100 illegal_msg_mirror_test: Fail | |
| 101 isolate_complex_messages_test: Fail | |
| 102 isolate_stress_test: Fail | |
| 103 mandel_isolate_test: Fail | |
| 104 message2_test: Fail | |
| 105 message_test: Fail | |
| 106 mint_maker_test: Fail | |
| 107 nested_spawn2_test: Fail | |
| 108 nested_spawn_test: Fail | |
| 109 raw_port_test: Fail | |
| 110 request_reply_test: Fail | |
| 111 spawn_function_custom_class_test: Fail | |
| 112 spawn_function_test: Fail | |
| 113 stacktrace_message_test: Fail | |
| 114 unresolved_ports_test: Fail | |
| 115 static_function_test: Fail | |
| 116 | |
| 117 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 93 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 118 browser/typed_data_message_test: StaticWarning | 94 browser/typed_data_message_test: StaticWarning |
| 119 isolate3_negative_test: CompileTimeError | 95 isolate3_negative_test: CompileTimeError |
| 120 isolate_import_negative_test: CompileTimeError | 96 isolate_import_negative_test: CompileTimeError |
| 121 mint_maker_test: StaticWarning | 97 mint_maker_test: StaticWarning |
| 122 serialization_test: StaticWarning | 98 serialization_test: StaticWarning |
| 123 unresolved_ports_test: StaticWarning | 99 unresolved_ports_test: StaticWarning |
| 124 | 100 |
| OLD | NEW |