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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 470 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' | 470 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' |
| 471 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError' | 471 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError' |
| 472 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError' | 472 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError' |
| 473 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError' | 473 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError' |
| 474 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 474 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 475 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 475 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 476 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 476 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 477 private3_test: Fail # Uncaught error: Instance of 'TypeError' | 477 private3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 478 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 478 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 479 label_test: Skip # timeout | 479 label_test: Skip # timeout |
| 480 | |
| 481 [ $compiler == dart2js && $runtime == safari ] | |
|
kasperl
2012/05/30 07:20:19
Move this to language_dart2js.status. I'll move th
ngeoffray
2012/05/30 07:25:55
Done.
| |
| 482 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 483 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 484 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 485 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' | |
| 486 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 487 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 488 local_function3_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 489 arithmetic_test: Skip # Timeout | |
| 490 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 491 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 492 private3_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 493 savannah_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 494 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | |
| 495 label_test: Skip # timeout | |
| OLD | NEW |