OLD | NEW |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 == dart2dart ] | 5 [ $compiler == dart2dart ] |
6 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD
O(dart2dart-team): Please triage this failure. | 6 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD
O(dart2dart-team): Please triage this failure. |
7 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te
am): Please triage this failure. | 7 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te
am): Please triage this failure. |
8 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te
am): Please triage this failure. | 8 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te
am): Please triage this failure. |
9 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te
am): Please triage this failure. | 9 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te
am): Please triage this failure. |
10 Language/07_Classes/6_Constructors/2_Factories_A02_t04: Fail # TODO(dart2dart-te
am): Please triage this failure. | 10 Language/07_Classes/6_Constructors/2_Factories_A02_t04: Fail # TODO(dart2dart-te
am): Please triage this failure. |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited
from VM | 392 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited
from VM |
393 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 | 393 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 |
394 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 | 394 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 |
395 LibTest/core/String/contains_A01_t02: Fail # inherited from VM | 395 LibTest/core/String/contains_A01_t02: Fail # inherited from VM |
396 LibTest/core/double/parse_A02_t01: Fail # Inherited from VM. | 396 LibTest/core/double/parse_A02_t01: Fail # Inherited from VM. |
397 LibTest/core/double/toRadixString_A01_t01: Fail # inherited from VM | 397 LibTest/core/double/toRadixString_A01_t01: Fail # inherited from VM |
398 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129 | 398 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129 |
399 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM | 399 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM |
400 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 | 400 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 |
401 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 401 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 402 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Inherited from VM. |
402 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test:
encoded file name | 403 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test:
encoded file name |
403 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test:
encoded file name | 404 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test:
encoded file name |
404 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test:
encoded file name | 405 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test:
encoded file name |
405 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test:
encoded file name | 406 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test:
encoded file name |
406 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name | 407 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name |
407 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 | 408 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 |
408 LibTest/math/pow_A01_t01: Fail # Inherited from VM. | 409 LibTest/math/pow_A01_t01: Fail # Inherited from VM. |
409 LibTest/math/pow_A11_t01: Fail # Inherited from VM. | 410 LibTest/math/pow_A11_t01: Fail # Inherited from VM. |
410 LibTest/math/pow_A13_t01: Fail # Inherited from VM. | 411 LibTest/math/pow_A13_t01: Fail # Inherited from VM. |
411 LibTest/math/sin_A01_t01: Fail # Inherited from VM. | 412 LibTest/math/sin_A01_t01: Fail # Inherited from VM. |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 | 531 |
531 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue
397 | 532 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue
397 |
532 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue
397 | 533 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue
397 |
533 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397 | 534 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397 |
534 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397 | 535 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397 |
535 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397 | 536 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397 |
536 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 | 537 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 |
537 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 | 538 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 |
538 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 | 539 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 |
539 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 | 540 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 |
OLD | NEW |