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 [ $compiler == dart2js && $minified ] | 5 [ $compiler == dart2js && $minified ] |
|
sigurdm
2015/02/09 16:28:47
Thanks!
| |
| 6 await_future_test: Timeout # Issue 22328 | 6 await_future_test: Timeout # Issue 22328 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 sync_generator1_test: RuntimeError # Issue 22323 | 9 sync_generator1_test: RuntimeError # Issue 22323 |
| 10 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 | 10 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 |
| 11 async_await_syntax_test/a03b: CompileTimeError # Issue 22234 | |
| 12 async_await_syntax_test/a04c: CompileTimeError # Issue 22234 | |
| 13 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 11 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 14 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 12 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 15 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 13 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 16 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 | 14 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 |
| 17 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 | 15 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 |
| 18 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 | 16 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 |
| 19 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 | 17 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 |
| 20 | 18 |
| 21 [ $compiler == dart2js && $runtime == jsshell ] | 19 [ $compiler == dart2js && $runtime == jsshell ] |
| 22 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 20 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 226 asyncstar_yield_test: CompileTimeError # Issue 21404 | 224 asyncstar_yield_test: CompileTimeError # Issue 21404 |
| 227 asyncstar_yieldstar_test: CompileTimeError # Issue 21404 | 225 asyncstar_yieldstar_test: CompileTimeError # Issue 21404 |
| 228 | 226 |
| 229 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 227 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 230 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 228 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 231 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 229 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 232 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 | 230 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 |
| 233 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 | 231 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 |
| 234 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 | 232 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 |
| 235 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 | 233 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 |
| 236 async_await_syntax_test/a03b: CompileTimeError # Issue 22234 | |
| 237 async_await_syntax_test/a04c: CompileTimeError # Issue 22234 | |
| 238 await_for_cancel_test: RuntimeError # Issue 21404 | 234 await_for_cancel_test: RuntimeError # Issue 21404 |
| 239 | 235 |
| 240 | 236 |
| 241 regress_13494_test: Fail # Issue 13494 | 237 regress_13494_test: Fail # Issue 13494 |
| 242 | 238 |
| 243 enum_duplicate_test/01: CompileTimeError # Issue 22169 | 239 enum_duplicate_test/01: CompileTimeError # Issue 22169 |
| 244 | 240 |
| 245 built_in_identifier_prefix_test: Fail # Issue 6972 | 241 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 246 constructor_initializer_test/none: Fail # Issue 12633 | 242 constructor_initializer_test/none: Fail # Issue 12633 |
| 247 | 243 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 301 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 297 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 302 super_call4_test: Fail, OK # hardcoded names. | 298 super_call4_test: Fail, OK # hardcoded names. |
| 303 | 299 |
| 304 [ $minified ] | 300 [ $minified ] |
| 305 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 301 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 306 regress_21795_test: RuntimeError # Issue 12605 | 302 regress_21795_test: RuntimeError # Issue 12605 |
| 307 | 303 |
| 308 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 304 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 309 *deferred*: Skip # Issue 17458 | 305 *deferred*: Skip # Issue 17458 |
| 310 cha_deopt*: Skip # Issue 17458 | 306 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |