| 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 == none && $runtime == vm ] | 5 [ $compiler == none && $runtime == vm ] |
| 6 # These tests need to be updated to the new Date core lib API, co19 issue 256: | 6 # These tests need to be updated to the new Date core lib API, co19 issue 256: |
| 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail | 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail |
| 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail | 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail |
| 9 LibTest/core/Date/Date_A01_t04: Fail | 9 LibTest/core/Date/Date_A01_t04: Fail |
| 10 LibTest/core/Date/Date_A01_t05: Fail | 10 LibTest/core/Date/Date_A01_t05: Fail |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # TODO(vm-team): Please triag
e this failure. | 242 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # TODO(vm-team): Please triag
e this failure. |
| 243 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag
e this failure. | 243 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag
e this failure. |
| 244 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. | 244 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. |
| 245 | 245 |
| 246 # Failures related to assert being a reserved word now. co19 issue 218. | 246 # Failures related to assert being a reserved word now. co19 issue 218. |
| 247 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK | 247 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK |
| 248 | 248 |
| 249 # negate is no longer a built-in identifier, co19 issue 260 | 249 # negate is no longer a built-in identifier, co19 issue 260 |
| 250 Language/10_Expressions/28_Identifier_Reference_A07_t09: Fail, OK # co19 issue 2
60 | 250 Language/10_Expressions/28_Identifier_Reference_A07_t09: Fail, OK # co19 issue 2
60 |
| 251 | 251 |
| 252 # Changed exception thrown by futures (co19 issue #269) |
| 253 LibTest/core/Completer/completeException_A01_t01: Fail, OK |
| 254 LibTest/core/Future/handleException_A01_t04: Fail, OK |
| 255 LibTest/core/Future/handleException_A01_t05: Fail, OK |
| 256 |
| 252 [ $compiler == none && $runtime == vm && $checked ] | 257 [ $compiler == none && $runtime == vm && $checked ] |
| 253 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(vm-team): Please triage this
failure. | 258 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(vm-team): Please triage this
failure. |
| 254 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. | 259 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 255 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P
lease triage this failure. | 260 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 256 Language/10_Expressions/11_Instance_Creation/1_New_A13_t01: Fail # TODO(vm-team)
: Please triage this failure. | 261 Language/10_Expressions/11_Instance_Creation/1_New_A13_t01: Fail # TODO(vm-team)
: Please triage this failure. |
| 257 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas
e triage this failure. | 262 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 258 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. | 263 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. |
| 259 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. | 264 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. |
| 260 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. | 265 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. |
| 261 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. | 266 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 | 523 |
| 519 | 524 |
| 520 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] | 525 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] |
| 521 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 526 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 522 | 527 |
| 523 [ $compiler == none && $arch == simarm ] | 528 [ $compiler == none && $arch == simarm ] |
| 524 *: Skip | 529 *: Skip |
| 525 | 530 |
| 526 [ $compiler == none && $arch == arm ] | 531 [ $compiler == none && $arch == arm ] |
| 527 *: Skip | 532 *: Skip |
| OLD | NEW |