Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Side by Side Diff: dart/tests/co19/co19-dart2js.status

Issue 10916199: Remove duplicated status lines. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 == dart2js ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/03_Overview/03_Overview_A01_t02: Crash # http://dartbug.com/5016 7 Language/03_Overview/03_Overview_A01_t02: Crash # http://dartbug.com/5016
8 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 8 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
9 9
10 LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure. 10 LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure.
11 LibTest/core/double/toInt_A01_t04: Fail # TODO(ahe): Please triage this failure. 11 LibTest/core/double/toInt_A01_t04: Fail # TODO(ahe): Please triage this failure.
12 LibTest/core/Math/parseInt_A02_t01: Fail # TODO(ahe): Please triage this failure .
13 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Please triage this fail ure.
14 12
15 13
16 [ $compiler == dart2js && $checked ] 14 [ $compiler == dart2js && $checked ]
17 Language/14_Types/7_Type_Void_A01_t02: Crash # http://dartbug.com/5018 15 Language/14_Types/7_Type_Void_A01_t02: Crash # http://dartbug.com/5018
18 16
19 17
20 [ $compiler == dart2js && $unchecked ] 18 [ $compiler == dart2js && $unchecked ]
21 Language/07_Classes/3_Setters_A01_t03: Fail # Missing error on parameter-less se tter. 19 Language/07_Classes/3_Setters_A01_t03: Fail # Missing error on parameter-less se tter.
22 Language/07_Classes/07_Classes_A04_t18: Fail, OK # co19 issue 190 20 Language/07_Classes/07_Classes_A04_t18: Fail, OK # co19 issue 190
23 21
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 717 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
720 718
721 [ $compiler == dart2js && $runtime == d8 ] 719 [ $compiler == dart2js && $runtime == d8 ]
722 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 720 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
723 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 721 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
724 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 722 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
725 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 723 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
726 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 724 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
727 LibTest/core/Expect/equals_A01_t03: Fail # Issue co19 - 178 725 LibTest/core/Expect/equals_A01_t03: Fail # Issue co19 - 178
728 LibTest/core/Expect/notEquals_A01_t03: Fail # Issue co19 - 178 726 LibTest/core/Expect/notEquals_A01_t03: Fail # Issue co19 - 178
729 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
730 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 727 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
731 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 728 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
732 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 729 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
733 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 730 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
734 731
735 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 732 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
736 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 733 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
737 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 734 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
738 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization. 735 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
739 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization. 736 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization.
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1111 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1115 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1112 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1116 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1113 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1117 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1114 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1118 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1115 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1119 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1116 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1120 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020 1117 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020
1121 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020 1118 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
1122 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1119 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1123 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1120 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698