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

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

Issue 11415172: Update dart2dart status after r15443. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 # Calling unresolved class constructor: 6 # Calling unresolved class constructor:
7 Language/03_Overview/2_Privacy_A01_t19: Fail 7 Language/03_Overview/2_Privacy_A01_t19: Fail
8 Language/03_Overview/2_Privacy_A01_t20: Fail 8 Language/03_Overview/2_Privacy_A01_t20: Fail
9 Language/07_Classes/6_Constructors_A03_t03: Fail 9 Language/07_Classes/6_Constructors_A03_t03: Fail
10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail 10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 Language/12_Statements/11_Return_A05_t01: Fail # Inherited from dart2js 354 Language/12_Statements/11_Return_A05_t01: Fail # Inherited from dart2js
355 Language/12_Statements/11_Return_A05_t02: Fail # Inherited from dart2js 355 Language/12_Statements/11_Return_A05_t02: Fail # Inherited from dart2js
356 Language/12_Statements/11_Return_A05_t03: Fail # Inherited from dart2js 356 Language/12_Statements/11_Return_A05_t03: Fail # Inherited from dart2js
357 Language/12_Statements/12_Labels_A01_t03: Fail # Inherited from VM (Multiple lab els fail). 357 Language/12_Statements/12_Labels_A01_t03: Fail # Inherited from VM (Multiple lab els fail).
358 Language/12_Statements/12_Labels_A03_t04: Fail # Inherited from dart2js 358 Language/12_Statements/12_Labels_A03_t04: Fail # Inherited from dart2js
359 Language/12_Statements/14_Continue_A02_t12: Fail # Inherited from dart2js 359 Language/12_Statements/14_Continue_A02_t12: Fail # Inherited from dart2js
360 Language/12_Statements/14_Continue_A02_t13: Fail # Inherited from dart2js 360 Language/12_Statements/14_Continue_A02_t13: Fail # Inherited from dart2js
361 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # Inherited from dart2 js 361 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # Inherited from dart2 js
362 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # Inherited from dart2 js 362 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # Inherited from dart2 js
363 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # Inherited from dart2 js 363 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # Inherited from dart2 js
364 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # Inherited from dart2 js
365 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # Inherited from dart2 js 364 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # Inherited from dart2 js
366 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # Inherited from dart2 js 365 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # Inherited from dart2 js
367 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Inherited from dart2 js 366 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Inherited from dart2 js
368 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # Inherited from dart2 js 367 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # Inherited from dart2 js
369 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # Inherited from dart2 js 368 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # Inherited from dart2 js
370 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # Inherited from dart2js 369 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # Inherited from dart2js
371 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail # Inherited from dart2 js 370 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail # Inherited from dart2 js
372 Language/13_Libraries_and_Scripts/4_Scripts_A01_t22: Fail # Inherited from dart2 js 371 Language/13_Libraries_and_Scripts/4_Scripts_A01_t22: Fail # Inherited from dart2 js
373 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail # Inherited from dart2 js 372 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail # Inherited from dart2 js
374 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 519 373 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 519
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 [ $compiler == dart2dart && $system == windows ] 451 [ $compiler == dart2dart && $system == windows ]
453 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 452 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
454 LibTest/core/double/round_A01_t01: Fail # Result is NaN 453 LibTest/core/double/round_A01_t01: Fail # Result is NaN
455 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 454 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
456 455
457 456
458 [ $compiler == dart2dart && $system == macos ] 457 [ $compiler == dart2dart && $system == macos ]
459 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 458 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
460 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 459 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
461 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 460 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
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