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

Side by Side Diff: tests/co19/co19-leg.status

Issue 10468003: Update dart2js status after V8 update (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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) 2011, 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 && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
11 # These classes have been removed, co19 issue 79. 11 # These classes have been removed, co19 issue 79.
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super 241 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
242 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r 242 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
243 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r 243 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r
244 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super 244 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
245 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # internal error: sup er property store not implemented 245 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # internal error: sup er property store not implemented
246 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented 246 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented
247 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser. 247 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser.
248 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 248 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
249 249
250 [ $compiler == dart2js && $runtime == d8 ] 250 [ $compiler == dart2js && $runtime == d8 ]
251 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
252 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
253 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails. 251 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
254 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 252 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
255 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 253 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
256 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 254 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
257 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 255 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
258 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 256 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
259 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 257 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
260 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 258 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
261 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 259 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
262 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 260 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 541 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
544 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 542 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
545 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 543 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
546 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 544 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
547 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 545 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
548 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 546 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
549 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 547 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
550 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 548 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
551 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 549 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
552 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 550 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
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