| 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 | 5 |
| 6 [ $runtime == vm ] | 6 [ $runtime == vm ] |
| 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 | 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 |
| 8 | 8 |
| 9 | 9 |
| 10 [ $compiler == none && $runtime == vm && $unchecked ] | 10 [ $compiler == none && $runtime == vm && $unchecked ] |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer
renamed add to write. co19 issue 388. | 390 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer
renamed add to write. co19 issue 388. |
| 391 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer
renamed add to write. co19 issue 388. | 391 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer
renamed add to write. co19 issue 388. |
| 392 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail
# StringBuffer renamed add to write. co19 issue 388. | 392 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail
# StringBuffer renamed add to write. co19 issue 388. |
| 393 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail #
StringBuffer renamed add to write. co19 issue 388. | 393 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 394 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
StringBuffer renamed add to write. co19 issue 388. | 394 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 395 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String
Buffer renamed add to write. co19 issue 388. | 395 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String
Buffer renamed add to write. co19 issue 388. |
| 396 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String
Buffer renamed add to write. co19 issue 388. | 396 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String
Buffer renamed add to write. co19 issue 388. |
| 397 | 397 |
| 398 LibTest/core/List/getRange_A02_t01: Fail # issue 391 | 398 LibTest/core/List/getRange_A02_t01: Fail # issue 391 |
| 399 | 399 |
| 400 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue
397 |
| 401 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue
397 |
| 402 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397 |
| 403 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397 |
| 404 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397 |
| 405 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 |
| 406 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 |
| 407 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 |
| 408 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 |
| 409 |
| 400 | 410 |
| 401 [ $compiler == none && $runtime == vm && $checked ] | 411 [ $compiler == none && $runtime == vm && $checked ] |
| 402 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 412 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
| 403 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 413 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
| 404 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 414 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
| 405 | 415 |
| 406 | 416 |
| 407 [ $compiler == none && $arch == simarm ] | 417 [ $compiler == none && $arch == simarm ] |
| 408 *: Skip | 418 *: Skip |
| 409 | 419 |
| 410 | 420 |
| 411 [ $compiler == none && $arch == arm ] | 421 [ $compiler == none && $arch == arm ] |
| 412 *: Skip | 422 *: Skip |
| 413 | 423 |
| 414 | 424 |
| 415 [ $compiler == none && $arch == simmips ] | 425 [ $compiler == none && $arch == simmips ] |
| 416 *: Skip | 426 *: Skip |
| 417 | 427 |
| 418 | 428 |
| 419 [ $compiler == none && $arch == mips ] | 429 [ $compiler == none && $arch == mips ] |
| 420 *: Skip | 430 *: Skip |
| OLD | NEW |