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

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

Issue 9980004: Look up the correct constructor for default classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 ] 5 [ $compiler == dart2js && $system == macos ]
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
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error 422 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error
423 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error 423 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error
424 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error 424 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error
425 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error 425 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error
426 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error 426 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error
427 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error 427 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error
428 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error 428 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error
429 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error 429 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error
430 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error 430 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error
431 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error 431 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error
432 Language/08_Interfaces/3_Factories_and_Constructors_A04_t01: Fail, OK # @compile -error
433 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile -error 432 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile -error
434 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile -error 433 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile -error
435 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile -error 434 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile -error
436 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail, OK # @compile -error 435 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail, OK # @compile -error
437 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail, OK # @compile -error 436 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail, OK # @compile -error
438 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail, OK # @compile -error 437 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail, OK # @compile -error
439 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail, OK # @compile -error 438 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail, OK # @compile -error
440 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error 439 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error
441 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error 440 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error
442 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error 441 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error 491 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error
493 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error 492 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error
494 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error 493 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error
495 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 494 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
496 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 495 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
497 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 496 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
498 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 497 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
499 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 498 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
500 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 499 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
501 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 500 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
502 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
503 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 501 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
504 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 502 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 503 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 504 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
509 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 507 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698