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

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

Issue 9717033: Rename leg -> dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: buildbot_annotated_steps.py Created 8 years, 9 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 | « dart/samples/tests/samples/samples-leg.status ('k') | dart/tests/corelib/corelib-leg.status » ('j') | 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) 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 [ $component == leg && $system == macos ] 5 [ $component == 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
11 [ $component == leg ] 11 [ $component == dart2js ]
12 # These classes have been removed, co19 issue 79. 12 # These classes have been removed, co19 issue 79.
13 LibTest/core/Dispatcher/*: Fail, OK 13 LibTest/core/Dispatcher/*: Fail, OK
14 LibTest/core/List/every_A03_t01: Fail, OK 14 LibTest/core/List/every_A03_t01: Fail, OK
15 LibTest/core/List/filter_A03_t01: Fail, OK 15 LibTest/core/List/filter_A03_t01: Fail, OK
16 LibTest/core/List/some_A03_t01: Fail, OK 16 LibTest/core/List/some_A03_t01: Fail, OK
17 LibTest/core/Promise/*: Fail, OK 17 LibTest/core/Promise/*: Fail, OK
18 LibTest/core/Proxy/*: Fail, OK 18 LibTest/core/Proxy/*: Fail, OK
19 19
20 20
21 # missing #import("dart:isolate"), co19 issue 80 21 # missing #import("dart:isolate"), co19 issue 80
22 LibTest/core/Isolate/*: Fail, OK 22 LibTest/core/Isolate/*: Fail, OK
23 LibTest/core/SendPort/*: Fail, OK 23 LibTest/core/SendPort/*: Fail, OK
24 LibTest/core/ReceivePort/*: Fail, OK 24 LibTest/core/ReceivePort/*: Fail, OK
25 25
26 26
27 [ $component == leg && $checked ] 27 [ $component == dart2js && $checked ]
28 # Leg does not support checked mode yet. 28 # Leg does not support checked mode yet.
29 *: Skip 29 *: Skip
30 30
31 31
32 [ $component == legium ] 32 [ $component == legium ]
33 *: Skip 33 *: Skip
34 34
35 35
36 [ $component == leg ] 36 [ $component == dart2js ]
37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out. 37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out.
38 38
39 39
40 # Issues with co19 test suite. 40 # Issues with co19 test suite.
41 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 41 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
42 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 42 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
43 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 43 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
44 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 44 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
45 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 45 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
46 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 46 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 506 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
507 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 507 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
508 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 508 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
509 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 509 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
510 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 510 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
512 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 512 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
513 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 513 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
514 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 514 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
515 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 515 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/samples/tests/samples/samples-leg.status ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698