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

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

Issue 18184006: Test was fixed by Kevin in r24583 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 6
7 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 7 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
8 LibTest/core/double/floor_A01_t05: Fail # issue 428 8 LibTest/core/double/floor_A01_t05: Fail # issue 428
9 LibTest/core/double/ceil_A01_t05: Fail # issue 428 9 LibTest/core/double/ceil_A01_t05: Fail # issue 428
10 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 10 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # Inherited f rom dart2js 328 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # Inherited f rom dart2js
329 Language/12_Statements/06_For_A01_t11: Fail # Inherited from dart2js 329 Language/12_Statements/06_For_A01_t11: Fail # Inherited from dart2js
330 Language/12_Statements/09_Switch_A01_t02: Fail # Inherited from VM (switch case with several labels). 330 Language/12_Statements/09_Switch_A01_t02: Fail # Inherited from VM (switch case with several labels).
331 Language/12_Statements/09_Switch_A02_t01: Fail # Inherited from dart2js 331 Language/12_Statements/09_Switch_A02_t01: Fail # Inherited from dart2js
332 Language/12_Statements/09_Switch_A02_t02: Fail # Inherited from dart2js 332 Language/12_Statements/09_Switch_A02_t02: Fail # Inherited from dart2js
333 Language/12_Statements/09_Switch_A03_t01: Fail # Inherited from dart2js 333 Language/12_Statements/09_Switch_A03_t01: Fail # Inherited from dart2js
334 Language/12_Statements/09_Switch_A03_t02: Fail # Inherited from dart2js 334 Language/12_Statements/09_Switch_A03_t02: Fail # Inherited from dart2js
335 Language/12_Statements/09_Switch_A06_t02: Fail # Inherited from VM (does not thr ow NSME). 335 Language/12_Statements/09_Switch_A06_t02: Fail # Inherited from VM (does not thr ow NSME).
336 Language/12_Statements/10_Try_A06_t01: Fail, Pass # Passes in conservative renam ing mode. Test depends on function names. 336 Language/12_Statements/10_Try_A06_t01: Fail, Pass # Passes in conservative renam ing mode. Test depends on function names.
337 Language/12_Statements/10_Try_A07_t03: Fail # Test depends on out file name. 337 Language/12_Statements/10_Try_A07_t03: Fail # Test depends on out file name.
338 Language/12_Statements/10_Try_A11_t01: Fail # Inherited from VM.
339 Language/12_Statements/11_Return_A05_t01: Fail # Inherited from dart2js 338 Language/12_Statements/11_Return_A05_t01: Fail # Inherited from dart2js
340 Language/12_Statements/11_Return_A05_t02: Fail # Inherited from dart2js 339 Language/12_Statements/11_Return_A05_t02: Fail # Inherited from dart2js
341 Language/12_Statements/11_Return_A05_t03: Fail # Inherited from dart2js 340 Language/12_Statements/11_Return_A05_t03: Fail # Inherited from dart2js
342 Language/12_Statements/12_Labels_A01_t03: Fail # Inherited from VM (Multiple lab els fail). 341 Language/12_Statements/12_Labels_A01_t03: Fail # Inherited from VM (Multiple lab els fail).
343 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # Inherited from dart2 js 342 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # Inherited from dart2 js
344 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # Inherited from dart2 js 343 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # Inherited from dart2 js
345 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Inherited from dart2 js 344 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Inherited from dart2 js
346 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # Inherited from dart2js 345 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # Inherited from dart2js
347 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 519 346 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 519
348 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 519 347 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 519
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400 603 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400
605 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400 604 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400
606 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400 605 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400
607 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400 606 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400
608 607
609 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436 608 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436
610 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436 609 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436
611 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436 610 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436
612 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436 611 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436
613 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436 612 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436
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