| 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 # These test the Clock class which has been removed. | 6 # These test the Clock class which has been removed. |
| 7 # issue co19 - 173 | 7 # issue co19 - 173 |
| 8 LibTest/core/Clock/frequency_A01_t01: Fail, OK | 8 LibTest/core/Clock/frequency_A01_t01: Fail, OK |
| 9 LibTest/core/Clock/now_A01_t01: Fail, OK | 9 LibTest/core/Clock/now_A01_t01: Fail, OK |
| 10 | 10 |
| 11 # Rename "BadNumberFormatException" to "FormatException" | 11 # Rename "BadNumberFormatException" to "FormatException" |
| 12 # TODO(rnystrom): These can be enabled when | 12 # TODO(rnystrom): These can be enabled when |
| 13 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. | 13 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. |
| 14 LibTest/core/BadNumberFormatException/*: Fail | 14 LibTest/core/BadNumberFormatException/*: Fail |
| 15 LibTest/core/double/toInt_A01_t03: Fail | 15 LibTest/core/double/toInt_A01_t03: Fail |
| 16 LibTest/core/double/toInt_A01_t04: Fail | 16 LibTest/core/double/toInt_A01_t04: Fail |
| 17 LibTest/core/Math/parseInt_A02_t01: Fail | 17 LibTest/core/Math/parseInt_A02_t01: Fail |
| 18 LibTest/core/Math/parseDouble_A02_t01: Fail | 18 LibTest/core/Math/parseDouble_A02_t01: Fail |
| 19 | 19 |
| 20 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 177 |
| 21 |
| 20 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 22 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 21 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 23 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
| 22 Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 171 | 24 Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 171 |
| 23 | 25 |
| 24 # co19 175 - related to issue 4522, all need fixing, some passes because of temp
orary warning. | 26 # co19 175 - related to issue 4522, all need fixing, some passes because of temp
orary warning. |
| 25 Language/10_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175 | 27 Language/10_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175 |
| 26 Language/10_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175 | 28 Language/10_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175 |
| 27 Language/10_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175 | 29 Language/10_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175 |
| 28 Language/10_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175 | 30 Language/10_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175 |
| 29 Language/10_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175 | 31 Language/10_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s
uper operator call) | 66 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s
uper operator call) |
| 65 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s
uper operator call) | 67 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s
uper operator call) |
| 66 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma
p literals illegal at statement beginning. | 68 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma
p literals illegal at statement beginning. |
| 67 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu
nction literals vs. function statements) | 69 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu
nction literals vs. function statements) |
| 68 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91:
map literals illegal at statement beginning. | 70 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91:
map literals illegal at statement beginning. |
| 69 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # co19 issue 91: m
ap literals illegal at statement beginning. | 71 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # co19 issue 91: m
ap literals illegal at statement beginning. |
| 70 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m
ap literals illegal at statement beginning. | 72 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m
ap literals illegal at statement beginning. |
| 71 Language/11_Statements/09_Try_A01_t14: Fail # co19 issue 168 | 73 Language/11_Statements/09_Try_A01_t14: Fail # co19 issue 168 |
| 72 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119 | 74 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119 |
| 73 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 | 75 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 |
| 76 Language/12_Libraries_and_Scripts/2_Imports_A04_t01: Fail # issue 4564 |
| 74 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not
implemented) | 77 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not
implemented) |
| 75 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929 | 78 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929 |
| 76 | 79 |
| 77 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) | 80 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) |
| 78 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) | 81 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) |
| 79 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) | 82 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) |
| 80 | 83 |
| 81 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail | 84 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail |
| 82 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail | 85 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail |
| 83 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail | 86 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 Language/03_Overview/2_Privacy_A01_t16: Fail # Issue 2242 | 313 Language/03_Overview/2_Privacy_A01_t16: Fail # Issue 2242 |
| 311 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238 | 314 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238 |
| 312 | 315 |
| 313 | 316 |
| 314 [ $runtime == vm && $arch == ia32 ] | 317 [ $runtime == vm && $arch == ia32 ] |
| 315 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 318 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 316 | 319 |
| 317 | 320 |
| 318 [ $runtime == vm && $unchecked ] | 321 [ $runtime == vm && $unchecked ] |
| 319 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 97 | 322 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 97 |
| 320 | 323 Language/12_Libraries_and_Scripts/2_Imports_A03_t02: Fail # co19 issue 176 |
| 324 Language/12_Libraries_and_Scripts/2_Imports_A03_t01: Fail # co19 issue 176 |
| 321 | 325 |
| 322 [ $arch == simarm ] | 326 [ $arch == simarm ] |
| 323 *: Skip | 327 *: Skip |
| 324 | 328 |
| 325 | 329 |
| 326 [ $arch == arm ] | 330 [ $arch == arm ] |
| 327 *: Skip | 331 *: Skip |
| 328 | 332 |
| 329 | 333 |
| 330 [ $runtime == vm ] | 334 [ $runtime == vm ] |
| (...skipping 27 matching lines...) Expand all Loading... |
| 358 Language/10_Expressions/29_Type_Test_A05_t01: Fail | 362 Language/10_Expressions/29_Type_Test_A05_t01: Fail |
| 359 Language/10_Expressions/29_Type_Test_A05_t02: Fail | 363 Language/10_Expressions/29_Type_Test_A05_t02: Fail |
| 360 Language/10_Expressions/29_Type_Test_A05_t03: Fail | 364 Language/10_Expressions/29_Type_Test_A05_t03: Fail |
| 361 Language/11_Statements/08_Switch_A02_t01: Fail | 365 Language/11_Statements/08_Switch_A02_t01: Fail |
| 362 Language/11_Statements/08_Switch_A05_t01: Fail | 366 Language/11_Statements/08_Switch_A05_t01: Fail |
| 363 Language/11_Statements/08_Switch_A05_t02: Fail | 367 Language/11_Statements/08_Switch_A05_t02: Fail |
| 364 Language/11_Statements/08_Switch_A06_t01: Fail | 368 Language/11_Statements/08_Switch_A06_t01: Fail |
| 365 Language/11_Statements/08_Switch_A06_t02: Fail | 369 Language/11_Statements/08_Switch_A06_t02: Fail |
| 366 Language/11_Statements/08_Switch_A06_t03: Fail | 370 Language/11_Statements/08_Switch_A06_t03: Fail |
| 367 Language/11_Statements/08_Switch_A06_t04: Fail | 371 Language/11_Statements/08_Switch_A06_t04: Fail |
| 368 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail | |
| 369 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail | 372 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail |
| 370 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail | 373 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail |
| 371 LibTest/core/Future/handleException_A01_t07: Fail | 374 LibTest/core/Future/handleException_A01_t07: Fail |
| 372 LibTest/core/Future/then_A01_t05: Fail | 375 LibTest/core/Future/then_A01_t05: Fail |
| 373 LibTest/core/Futures/wait_A01_t02: Fail | 376 LibTest/core/Futures/wait_A01_t02: Fail |
| 374 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 377 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 375 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 378 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 376 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 379 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 377 | 380 |
| 378 | 381 |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 | 497 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 |
| 495 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 | 498 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 |
| 496 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 | 499 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 |
| 497 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error | 500 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error |
| 498 LibTest/core/Expect/notEquals_A01_t03: Fail # Looking at it right now (srdjan). | 501 LibTest/core/Expect/notEquals_A01_t03: Fail # Looking at it right now (srdjan). |
| 499 LibTest/core/Expect/equals_A01_t03: Fail # Looking at it right now (srdjan). | 502 LibTest/core/Expect/equals_A01_t03: Fail # Looking at it right now (srdjan). |
| 500 | 503 |
| 501 | 504 |
| 502 [ $runtime == vm && $mode == debug && $unchecked ] | 505 [ $runtime == vm && $mode == debug && $unchecked ] |
| 503 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 506 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |