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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 246 [ $browser ] | 246 [ $browser ] |
| 247 | 247 |
| 248 | 248 |
| 249 [ $arch == simarm ] | 249 [ $arch == simarm ] |
| 250 *: Skip | 250 *: Skip |
| 251 | 251 |
| 252 [ $arch == arm ] | 252 [ $arch == arm ] |
| 253 *: Skip | 253 *: Skip |
| 254 | 254 |
| 255 [ $compiler == dart2dart ] | 255 [ $compiler == dart2dart ] |
| 256 getter_no_setter2_test/01: Fail, Pass # Test works only for minified output. | |
|
kasperl
2012/09/14 06:42:05
Remember to file a bug so that the dart2dart guys
| |
| 256 metadata_test: Fail | 257 metadata_test: Fail |
| 257 prefix_new_test: Fail | 258 prefix_new_test: Fail |
| 258 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 259 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 259 assert_lexical_scope_test: Fail, Pass | 260 assert_lexical_scope_test: Fail, Pass |
| 260 bad_constructor_test/04: Fail | 261 bad_constructor_test/04: Fail |
| 261 bad_constructor_test/05: Fail | 262 bad_constructor_test/05: Fail |
| 262 bad_constructor_test/06: Fail | 263 bad_constructor_test/06: Fail |
| 263 interface_negative_test: Fail | 264 interface_negative_test: Fail |
| 264 abstract_factory_constructor_test/00: Fail | 265 abstract_factory_constructor_test/00: Fail |
| 265 interface_test/00: Fail | 266 interface_test/00: Fail |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 378 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 | 379 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 |
| 379 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 | 380 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 |
| 380 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 | 381 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 |
| 381 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 | 382 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 |
| 382 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 | 383 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 |
| 383 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 | 384 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 |
| 384 | 385 |
| 385 # Only checked mode reports an error on type assignment | 386 # Only checked mode reports an error on type assignment |
| 386 # problems in compile time constants. | 387 # problems in compile time constants. |
| 387 compile_time_constant_checked_test/02: Fail, OK | 388 compile_time_constant_checked_test/02: Fail, OK |
| OLD | NEW |