| 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 [ $compiler == dart2js && $runtime == jsshell ] | 6 [ $compiler == dart2js && $runtime == jsshell ] |
| 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. | 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. |
| 8 | 8 |
| 9 | 9 |
| 10 # Crashes first, please. Then untriaged bugs. There is a section below | 10 # Crashes first, please. Then untriaged bugs. There is a section below |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer
renamed add to write. co19 issue 388. | 454 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer
renamed add to write. co19 issue 388. |
| 455 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer
renamed add to write. co19 issue 388. | 455 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer
renamed add to write. co19 issue 388. |
| 456 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer
renamed add to write. co19 issue 388. | 456 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer
renamed add to write. co19 issue 388. |
| 457 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer
renamed add to write. co19 issue 388. | 457 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer
renamed add to write. co19 issue 388. |
| 458 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail
# StringBuffer renamed add to write. co19 issue 388. | 458 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail
# StringBuffer renamed add to write. co19 issue 388. |
| 459 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail #
StringBuffer renamed add to write. co19 issue 388. | 459 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 460 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
StringBuffer renamed add to write. co19 issue 388. | 460 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 461 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String
Buffer renamed add to write. co19 issue 388. | 461 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String
Buffer renamed add to write. co19 issue 388. |
| 462 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String
Buffer renamed add to write. co19 issue 388. | 462 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String
Buffer renamed add to write. co19 issue 388. |
| 463 | 463 |
| 464 Language/15_Reference/1_Lexical_Rules/2_Comments_A04_t03: Fail # Uses deprecated
Expect class, issue 398 |
| 465 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # Uses deprecate
d Expect class, issue 398 |
| 466 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class,
issue 398 |
| 467 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398 |
| 468 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue
398 |
| 469 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue
398 |
| 470 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3
98 |
| 471 |
| 464 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints,
issue 389 | 472 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints,
issue 389 |
| 465 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints,
issue 389 | 473 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints,
issue 389 |
| 466 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 474 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
| 467 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 475 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
| 468 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 476 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
| 469 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 477 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
| 470 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i
nts, issue 389 | 478 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i
nts, issue 389 |
| 471 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i
nts, issue 389 | 479 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i
nts, issue 389 |
| 472 | 480 |
| 473 LibTest/core/List/getRange_A02_t01: Fail # issue 391 | 481 LibTest/core/List/getRange_A02_t01: Fail # issue 391 |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 681 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
| 674 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 682 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
| 675 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 683 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
| 676 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 684 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
| 677 | 685 |
| 678 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 686 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 679 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 687 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 680 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 688 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 681 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 689 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 682 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 690 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |