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 ] | 5 [ $compiler == dart2js ] |
6 Language/05_Variables/05_Variables_A05_t03: Fail, OK | 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK |
7 Language/05_Variables/05_Variables_A04_t09: Fail, OK | 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK |
8 Language/05_Variables/05_Variables_A03_t09: Fail, OK | 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK |
9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK | 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK |
10 LibTest/core/double/ceil_A01_t03: Fail, OK | 10 LibTest/core/double/ceil_A01_t03: Fail, OK |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
233 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage | 233 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage |
234 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage | 234 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage |
235 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 235 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
236 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 236 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
237 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 237 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
238 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 238 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
239 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 239 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
240 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. | 240 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. |
241 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. | 241 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. |
242 | 242 |
243 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. | |
kasperl
2012/09/04 05:57:30
File co19 issue to track this?
floitsch
2012/09/04 13:10:42
These are scheme2Js bugs. Not sure what we should
| |
244 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. | |
245 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. | |
246 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. | |
247 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. | |
248 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. | |
243 | 249 |
244 # These test cases use the deprecated Isolate API and should be updated to | 250 # These test cases use the deprecated Isolate API and should be updated to |
245 # use spawnFunction: issue ... | 251 # use spawnFunction: issue ... |
246 LibTest/isolate/Isolate/port_A01_t02: Fail, OK | 252 LibTest/isolate/Isolate/port_A01_t02: Fail, OK |
247 LibTest/isolate/Isolate/port_A01_t01: Fail, OK | 253 LibTest/isolate/Isolate/port_A01_t01: Fail, OK |
248 LibTest/isolate/Isolate/main_A01_t01: Fail, OK | 254 LibTest/isolate/Isolate/main_A01_t01: Fail, OK |
249 LibTest/isolate/Isolate/class_A01_t01: Fail, OK | 255 LibTest/isolate/Isolate/class_A01_t01: Fail, OK |
250 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK | 256 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK |
251 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK | 257 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK |
252 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK | 258 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
444 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. | 450 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. |
445 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | 451 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. |
446 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 452 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
447 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. | 453 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. |
448 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. | 454 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. |
449 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. | 455 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. |
450 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114. | 456 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114. |
451 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113. | 457 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113. |
452 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | 458 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. |
453 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n egative result from bit-operation. | 459 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n egative result from bit-operation. |
454 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t07: Fail, OK # Expects negative result from bit-operation. | |
455 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t08: Fail, OK # Expects negative result from bit-operation. | |
456 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t09: Fail, OK # Expects negative result from bit-operation. | |
457 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t11: Fail, OK # Expects negative result from bit-operation. | |
458 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int ! = double. | 460 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int ! = double. |
459 | 461 |
460 | 462 |
461 # | 463 # |
462 # The following tests are failing. Please add the error message | 464 # The following tests are failing. Please add the error message |
463 # (either a compiler error or exception message). The error messages | 465 # (either a compiler error or exception message). The error messages |
464 # may sometime be out of date. | 466 # may sometime be out of date. |
465 # | 467 # |
466 [ $compiler == dart2js ] | 468 [ $compiler == dart2js ] |
467 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters | 469 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
846 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error | 848 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error |
847 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error | 849 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error |
848 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error | 850 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error |
849 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error | 851 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error |
850 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error | 852 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error |
851 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error | 853 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error |
852 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 854 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
853 | 855 |
854 [ $compiler == dart2dart ] | 856 [ $compiler == dart2dart ] |
855 *: Skip | 857 *: Skip |
OLD | NEW |