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 [ $compiler == none] | 5 [ $compiler == none] |
| 6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436 | 6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436 |
| 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436 | 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436 |
| 8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436 | 8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436 |
| 9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436 | 9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436 |
| 10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436 | 10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436 |
| 11 | 11 |
| 12 LibTest/math/max_A01_t03: Fail # co19 issue 467 | 12 LibTest/math/max_A01_t03: Fail # co19 issue 467 |
| 13 LibTest/math/min_A01_t03: Fail # co19 issue 467 | 13 LibTest/math/min_A01_t03: Fail # co19 issue 467 |
| 14 | 14 |
| 15 [ $runtime == vm && $system == windows ] | 15 [ $runtime == vm && $system == windows ] |
| 16 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. | 16 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. |
| 17 | 17 |
| 18 [ $runtime == vm ] | 18 [ $runtime == vm ] |
| 19 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 | 19 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # Issue 9597 (question-mark operator) |
| 20 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. | 20 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. |
| 21 | 21 |
| 22 [ $compiler == none && $runtime == vm ] | 22 [ $compiler == none && $runtime == vm ] |
| 23 | 23 |
| 24 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) | 24 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) |
| 25 LibTest/core/double/floor_A01_t05: Fail # issue 428 | 25 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428 |
| 26 LibTest/core/double/ceil_A01_t05: Fail # issue 428 | 26 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428 |
| 27 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 | 27 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 |
| 28 Language/11_Expressions/03_Numbers_A01_t10: Fail # co19 issue 428 | 28 Language/11_Expressions/03_Numbers_A01_t10: Fail # co19 issue 428 |
| 29 Language/11_Expressions/03_Numbers_A01_t08: Fail # co19 issue 428 | 29 Language/11_Expressions/03_Numbers_A01_t08: Fail # co19 issue 428 |
| 30 Language/11_Expressions/03_Numbers_A01_t04: Fail # co19 issue 428 | 30 Language/11_Expressions/03_Numbers_A01_t04: Fail # co19 issue 428 |
| 31 Language/11_Expressions/03_Numbers_A01_t03: Fail # co19 issue 428 | 31 Language/11_Expressions/03_Numbers_A01_t03: Fail # co19 issue 428 |
| 32 Language/11_Expressions/03_Numbers_A01_t02: Fail # co19 issue 428 | 32 Language/11_Expressions/03_Numbers_A01_t02: Fail # co19 issue 428 |
| 33 Language/11_Expressions/03_Numbers_A01_t01: Fail # co19 issue 428 | 33 Language/11_Expressions/03_Numbers_A01_t01: Fail # co19 issue 428 |
| 34 Language/11_Expressions/01_Constants_A01_t01: Fail # co19 issue 428 | 34 Language/11_Expressions/01_Constants_A01_t01: Fail # co19 issue 428 |
| 35 | 35 |
| 36 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(vm-team): Please triage this failure. | 36 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # Dar t issue 5743 |
| 37 Language/11_Expressions/01_Constants_A18_t06: Fail # TODO(vm-team): Please triag e this failure. | 37 Language/11_Expressions/01_Constants_A18_t06: Fail # co19 issue 468 |
| 38 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: Fail # TODO(vm-team): Please triage this failure. | 38 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: Fail # co19 issue 469 |
| 39 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(vm-team): Pl ease triage this failure. | 39 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # Issue 6871 |
| 40 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail # TODO(vm-team): Pleas e triage this failure. | 40 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail # Issue 11982 |
| 41 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail # TODO(vm-team): Pleas e triage this failure. | 41 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail # Issue 11982 |
| 42 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail # TODO(vm-team): Please tria ge this failure. | 42 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail # co19 issue 470 |
| 43 LibTest/async/Future/Future.delayed_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 43 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19 issue 471 |
| 44 LibTest/async/Future/Future.delayed_A01_t02: Fail # TODO(vm-team): Please triage this failure. | 44 LibTest/async/Future/Future.delayed_A01_t02: Fail # co19 issue 471 |
| 45 LibTest/async/Future/Future.delayed_A02_t01: Fail # TODO(vm-team): Please triage this failure. | 45 LibTest/async/Future/Future.delayed_A02_t01: Fail # co19 issue 471 |
| 46 LibTest/async/Future/asStream_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 46 LibTest/async/Future/asStream_A01_t01: Fail # co19 issue 472 |
| 47 LibTest/async/Future/asStream_A01_t02: Fail # TODO(vm-team): Please triage this failure. | 47 LibTest/async/Future/asStream_A01_t02: Fail # co19 issue 472 |
| 48 LibTest/async/Future/asStream_A02_t01: Fail # TODO(vm-team): Please triage this failure. | 48 LibTest/async/Future/asStream_A02_t01: Fail # co19 issue 472 |
| 49 LibTest/async/Future/catchError_A03_t01: Fail # TODO(vm-team): Please triage thi s failure. | 49 LibTest/async/Future/catchError_A03_t01: Fail # co19 issue 471 |
| 50 LibTest/async/Future/catchError_A03_t02: Fail # TODO(vm-team): Please triage thi s failure. | 50 LibTest/async/Future/catchError_A03_t02: Fail # co19 issue 471 |
| 51 LibTest/async/Future/catchError_A03_t03: Fail # TODO(vm-team): Please triage thi s failure. | 51 LibTest/async/Future/catchError_A03_t03: Fail # co19 issue 471 |
| 52 LibTest/async/Future/forEach_A01_t01: Fail # TODO(vm-team): Please triage this f ailure. | 52 LibTest/async/Future/forEach_A01_t01: Fail # co19 issue 471 |
| 53 LibTest/async/Future/forEach_A02_t01: Fail # TODO(vm-team): Please triage this f ailure. | 53 LibTest/async/Future/forEach_A02_t01: Fail # co19 issue 471 |
| 54 LibTest/async/Future/forEach_A03_t01: Fail # TODO(vm-team): Please triage this f ailure. | 54 LibTest/async/Future/forEach_A03_t01: Fail # co19 issue 471 |
| 55 LibTest/async/Future/then_A01_t03: Fail # TODO(vm-team): Please triage this fail ure. | 55 LibTest/async/Future/then_A01_t03: Fail # co19 issue 472 |
| 56 LibTest/async/Future/then_A02_t01: Fail # TODO(vm-team): Please triage this fail ure. | 56 LibTest/async/Future/then_A02_t01: Fail # co19 issue 471 |
| 57 LibTest/async/Future/then_A02_t02: Fail # TODO(vm-team): Please triage this fail ure. | 57 LibTest/async/Future/then_A02_t02: Fail # co19 issue 473 |
| 58 LibTest/async/Future/then_A03_t01: Fail # TODO(vm-team): Please triage this fail ure. | 58 LibTest/async/Future/then_A03_t01: Fail # co19 issue 471 |
| 59 LibTest/async/Future/then_A04_t01: Fail # TODO(vm-team): Please triage this fail ure. | 59 LibTest/async/Future/then_A04_t01: Fail # co19 issue 471 |
| 60 LibTest/async/Future/wait_A01_t01: Fail # TODO(vm-team): Please triage this fail ure. | 60 LibTest/async/Future/wait_A01_t01: Fail # co19 issue 471 |
| 61 LibTest/async/Future/wait_A01_t04: Fail # TODO(vm-team): Please triage this fail ure. | 61 LibTest/async/Future/wait_A01_t04: Fail # co19 issue 471 |
| 62 LibTest/async/Future/wait_A01_t05: Fail # TODO(vm-team): Please triage this fail ure. | 62 LibTest/async/Future/wait_A01_t05: Fail # co19 issue 471 |
| 63 LibTest/async/Future/wait_A01_t06: Fail # TODO(vm-team): Please triage this fail ure. | 63 LibTest/async/Future/wait_A01_t06: Fail # co19 issue 471 |
| 64 LibTest/async/Future/wait_A02_t01: Fail # TODO(vm-team): Please triage this fail ure. | 64 LibTest/async/Future/wait_A02_t01: Fail # co19 issue 474 |
| 65 LibTest/async/Future/wait_A02_t02: Fail # TODO(vm-team): Please triage this fail ure. | 65 LibTest/async/Future/wait_A02_t02: Fail # co19 issue 474 |
| 66 LibTest/async/Future/whenComplete_A01_t01: Fail # TODO(vm-team): Please triage t his failure. | 66 LibTest/async/Future/whenComplete_A01_t01: Fail # co19 issue 471 |
| 67 LibTest/async/Future/whenComplete_A02_t01: Fail # TODO(vm-team): Please triage t his failure. | 67 LibTest/async/Future/whenComplete_A02_t01: Fail # co19 issue 471 |
| 68 LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(vm-team): Please triage t his failure. | 68 LibTest/async/Future/whenComplete_A03_t01: Fail # co19 issue 471 |
| 69 LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(vm-team): Please triage t his failure. | 69 LibTest/async/Future/whenComplete_A04_t01: Fail # co19 issue 471 |
| 70 LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(vm-team): Please triage t his failure. | 70 LibTest/async/Future/whenComplete_A04_t02: Fail # co19 issue 471 |
| 71 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(vm-team): Please triage t his failure. | 71 LibTest/collection/Queue/iterator_A01_t01: Fail # BEING FIXED --- REMOVE |
|
regis
2013/07/23 23:35:42
Left over comment?
srdjan
2013/07/24 15:21:32
No, waiting for CL to land tomorrow and then it wi
| |
| 72 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(vm-team): Please triage this failure. | 72 LibTest/collection/Queue/iterator_current_A01_t02: Fail # co19 issue 475 |
| 73 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(vm-team): Please triage this failure. | 73 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # co19 issue 475 |
| 74 LibTest/core/List/List_A01_t02: Fail # TODO(vm-team): Please triage this failure . | 74 LibTest/core/List/List_A01_t02: Fail # co19 issue 476 |
| 75 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please triage this failure. | 75 LibTest/core/double/toStringAsExponential_A02_t01: Fail # co19 issue 477 |
| 76 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri age this failure. | 76 LibTest/core/int/toStringAsExponential_A02_t01: Fail # co19 issue 477 |
| 77 | 77 |
| 78 LibTest/core/Match/pattern_A01_t01: Fail # Issue 422 | 78 LibTest/core/Match/pattern_A01_t01: Fail # Issue 422 |
| 79 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 422 | 79 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 422 |
| 80 | 80 |
| 81 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 | 81 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 |
| 82 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 | 82 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 |
| 83 | 83 |
| 84 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385 | 84 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385 |
| 85 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385 | 85 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385 |
| 86 | 86 |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 392 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459 | 392 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459 |
| 393 | 393 |
| 394 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Override rules h ave been relaxed. Issue | 394 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Override rules h ave been relaxed. Issue |
| 395 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Override rules have been relaxed. Issue | 395 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Override rules have been relaxed. Issue |
| 396 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Override rules have been relaxed. Issue | 396 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Override rules have been relaxed. Issue |
| 397 | 397 |
| 398 # end [ $compiler == none && $runtime == vm ] | 398 # end [ $compiler == none && $runtime == vm ] |
| 399 | 399 |
| 400 | 400 |
| 401 [ $compiler == none && $runtime == vm && $unchecked ] | 401 [ $compiler == none && $runtime == vm && $unchecked ] |
| 402 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. | 402 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 478 |
| 403 | 403 |
| 404 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402 | 404 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402 |
| 405 | 405 |
| 406 | 406 |
| 407 [ $compiler == none && $runtime == vm && $checked ] | 407 [ $compiler == none && $runtime == vm && $checked ] |
| 408 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure. | 408 LibTest/core/AssertionError/line_A01_t02: Fail # co19 issue 479 |
| 409 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure. | 409 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 480 |
| 410 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure. | 410 LibTest/core/TypeError/line_A01_t01: Fail # co19 issue 479 |
| 411 | 411 |
| 412 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 | 412 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 |
| 413 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 | 413 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 |
| 414 | 414 |
| 415 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 | 415 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 |
| 416 | 416 |
| 417 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 | 417 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 |
| 418 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 | 418 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 |
| 419 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 | 419 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 |
| 420 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405 | 420 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405 |
| 421 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405 | 421 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405 |
| 422 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405 | 422 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405 |
| 423 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405 | 423 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405 |
| 424 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405 | 424 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405 |
| 425 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 | 425 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 |
| 426 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 | 426 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 |
| 427 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405 | 427 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405 |
| 428 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405 | 428 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405 |
| 429 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405 | 429 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405 |
| 430 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405 | 430 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405 |
| 431 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # co19 issue 4 60 | 431 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # co19 issue 4 60 |
| 432 | 432 |
| 433 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. | 433 Language/12_Statements/09_Switch_A05_t01: Fail # co19 issue 442 |
| 434 | 434 |
| 435 Language/03_Overview/1_Scoping_A02_t30: Fail | 435 Language/03_Overview/1_Scoping_A02_t30: Fail |
| 436 | 436 |
| 437 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 437 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
| 438 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 438 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
| 439 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 439 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
| 440 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 | 440 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 |
| 441 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 | 441 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 |
| 442 LibTest/core/List/List.from_A01_t01: Fail # Issue 400 | 442 LibTest/core/List/List.from_A01_t01: Fail # Issue 400 |
| 443 LibTest/core/List/every_A01_t01: Fail # Issue 400 | 443 LibTest/core/List/every_A01_t01: Fail # Issue 400 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 486 [ $compiler == none && $runtime == vm && $arch == mips ] | 486 [ $compiler == none && $runtime == vm && $arch == mips ] |
| 487 *: Skip | 487 *: Skip |
| 488 | 488 |
| 489 [ $compiler == none && $runtime == vm && $arch == simmips ] | 489 [ $compiler == none && $runtime == vm && $arch == simmips ] |
| 490 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 490 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
| 491 | 491 |
| 492 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] | 492 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] |
| 493 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. | 493 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. |
| 494 LibTest/core/List/sort_A01_t05: Crash | 494 LibTest/core/List/sort_A01_t05: Crash |
| 495 LibTest/core/List/sort_A01_t06: Crash | 495 LibTest/core/List/sort_A01_t06: Crash |
| OLD | NEW |