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

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

Issue 9418002: Enable co19 tests of Expect. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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) 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 prefix co19 5 prefix co19
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 # Skip library tests for now. 8 # Skip most library tests for now.
9 LibTest/*: Skip 9 LibTest/core/AssertionError/* : Skip
10 LibTest/core/BadNumberFormatException/* : Skip
11 LibTest/core/Clock/* : Skip
12 LibTest/core/ClosureArgumentMismatchException/* : Skip
13 LibTest/core/Date/* : Skip
14 LibTest/core/Dispatcher/* : Skip
15 LibTest/core/Duration/* : Skip
16 LibTest/core/EmptyQueueException/* : Skip
17 LibTest/core/Exception/* : Skip
18 LibTest/core/ExpectException/* : Skip
19 LibTest/core/FallThroughError/* : Skip
20 LibTest/core/HashMap/* : Skip
21 LibTest/core/HashSet/* : Skip
22 LibTest/core/IllegalAccessException/* : Skip
23 LibTest/core/IllegalArgumentException/* : Skip
24 LibTest/core/IllegalJSRegExpException/* : Skip
25 LibTest/core/IndexOutOfRangeException/* : Skip
26 LibTest/core/IntegerDivisionByZeroException/* : Skip
27 LibTest/core/InternalError/* : Skip
28 LibTest/core/Isolate/* : Skip
29 LibTest/core/LinkedHashMap/* : Skip
30 LibTest/core/List/* : Skip
31 LibTest/core/Map/* : Skip
32 LibTest/core/Match/* : Skip
33 LibTest/core/Math/* : Skip
34 LibTest/core/NoMoreElementsException/* : Skip
35 LibTest/core/NoSuchMethodException/* : Skip
36 LibTest/core/NotImplementedException/* : Skip
37 LibTest/core/NullPointerException/* : Skip
38 LibTest/core/Object/* : Skip
39 LibTest/core/ObjectNotClosureException/* : Skip
40 LibTest/core/OutOfMemoryException/* : Skip
41 LibTest/core/Promise/* : Skip
42 LibTest/core/Proxy/* : Skip
43 LibTest/core/Queue/* : Skip
44 LibTest/core/ReceivePort/* : Skip
45 LibTest/core/RegExp/* : Skip
46 LibTest/core/SendPort/* : Skip
47 LibTest/core/Set/* : Skip
48 LibTest/core/StackOverflowException/* : Skip
49 LibTest/core/Stopwatch/* : Skip
50 LibTest/core/String/* : Skip
51 LibTest/core/StringBuffer/* : Skip
52 LibTest/core/Strings/* : Skip
53 LibTest/core/TimeZone/* : Skip
54 LibTest/core/TypeError/* : Skip
55 LibTest/core/UnsupportedOperationException/* : Skip
56 LibTest/core/WrongArgumentCountException/* : Skip
57 LibTest/core/double/* : Skip
58 LibTest/core/int/* : Skip
10 59
11 60
12 [ $component == leg && $checked ] 61 [ $component == leg && $checked ]
13 # Leg does not support checked mode yet. 62 # Leg does not support checked mode yet.
14 *: Skip 63 *: Skip
15 64
16 65
17 [ $component == leg && $mode == release ] 66 [ $component == leg && $mode == release ]
18 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h 67 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h
19 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t08: Cras h 68 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t08: Cras h
20 Language/13_Types/3_Type_Declarations/1_Typedef_A01_t04: Crash 69 Language/13_Types/3_Type_Declarations/1_Typedef_A01_t04: Crash
21 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t01: Crash 70 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t01: Crash
22 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t02: Crash 71 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t02: Crash
23 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t03: Crash 72 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t03: Crash
24 73
74
25 [ $component == leg && $mode == debug ] 75 [ $component == leg && $mode == debug ]
26 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail 76 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail
77 LibTest/core/Expect/listEquals_A01_t03: Crash # VM issue 1710.
78
27 79
28 [ $component == leg ] 80 [ $component == leg ]
29 # Crashes and time outs. 81 # Crashes and time outs.
30 Language/13_Types/4_Interface_Types_A11_t01: Skip # Times out. 82 Language/13_Types/4_Interface_Types_A11_t01: Skip # Times out.
31 83
32 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail 84 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail
33 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail 85 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail
34 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail 86 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail
35 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail 87 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail
36 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03: Fail 88 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03: Fail
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 Language/13_Types/5_Function_Types_A02_t01: Fail 510 Language/13_Types/5_Function_Types_A02_t01: Fail
459 Language/13_Types/5_Function_Types_A02_t02: Fail 511 Language/13_Types/5_Function_Types_A02_t02: Fail
460 Language/13_Types/5_Function_Types_A02_t03: Fail 512 Language/13_Types/5_Function_Types_A02_t03: Fail
461 Language/13_Types/5_Function_Types_A02_t04: Fail 513 Language/13_Types/5_Function_Types_A02_t04: Fail
462 Language/13_Types/5_Function_Types_A02_t05: Fail 514 Language/13_Types/5_Function_Types_A02_t05: Fail
463 Language/13_Types/6_Type_Dynamic_A01_t01: Fail 515 Language/13_Types/6_Type_Dynamic_A01_t01: Fail
464 Language/13_Types/6_Type_Dynamic_A02_t01: Fail 516 Language/13_Types/6_Type_Dynamic_A02_t01: Fail
465 Language/13_Types/6_Type_Dynamic_A03_t01: Fail 517 Language/13_Types/6_Type_Dynamic_A03_t01: Fail
466 Language/13_Types/6_Type_Dynamic_A04_t01: Fail 518 Language/13_Types/6_Type_Dynamic_A04_t01: Fail
467 Language/13_Types/7_Type_Void_A01_t09: Fail 519 Language/13_Types/7_Type_Void_A01_t09: Fail
520 LibTest/core/Expect/approxEquals_A01_t01: Fail
521 LibTest/core/Expect/approxEquals_A01_t02: Fail
522 LibTest/core/Expect/approxEquals_A01_t03: Fail
523 LibTest/core/Expect/approxEquals_A01_t04: Fail
524 LibTest/core/Expect/approxEquals_A02_t01: Fail
525 LibTest/core/Expect/approxEquals_A03_t01: Fail
526 LibTest/core/Expect/approxEquals_A04_t01: Fail
527 LibTest/core/Expect/equals_A01_t02: Fail
528 LibTest/core/Expect/equals_A02_t01: Fail
529 LibTest/core/Expect/fail_A01_t01: Fail
530 LibTest/core/Expect/fail_A02_t01: Fail
531 LibTest/core/Expect/identical_A01_t01: Fail
532 LibTest/core/Expect/identical_A01_t02: Fail
533 LibTest/core/Expect/identical_A02_t01: Fail
534 LibTest/core/Expect/isFalse_A01_t02: Fail
535 LibTest/core/Expect/isFalse_A02_t01: Fail
536 LibTest/core/Expect/isNotNull_A01_t02: Fail
537 LibTest/core/Expect/isNotNull_A02_t01: Fail
538 LibTest/core/Expect/isNull_A01_t02: Fail
539 LibTest/core/Expect/isNull_A02_t01: Fail
540 LibTest/core/Expect/isTrue_A01_t02: Fail
541 LibTest/core/Expect/isTrue_A02_t01: Fail
542 LibTest/core/Expect/listEquals_A01_t02: Fail
543 LibTest/core/Expect/listEquals_A02_t01: Fail
544 LibTest/core/Expect/listEquals_A03_t01: Fail
545 LibTest/core/Expect/notEquals_A01_t02: Fail
546 LibTest/core/Expect/notEquals_A02_t01: Fail
547 LibTest/core/Expect/setEquals_A01_t01: Fail
548 LibTest/core/Expect/setEquals_A01_t02: Fail
549 LibTest/core/Expect/setEquals_A02_t01: Fail
550 LibTest/core/Expect/setEquals_A03_t01: Fail
551 LibTest/core/Expect/stringEquals_A01_t01: Fail
552 LibTest/core/Expect/stringEquals_A01_t02: Fail
553 LibTest/core/Expect/stringEquals_A02_t01: Fail
554 LibTest/core/Expect/throws_A01_t01: Fail
555 LibTest/core/Expect/throws_A01_t02: Fail
556 LibTest/core/Expect/throws_A01_t03: Fail
557 LibTest/core/Expect/throws_A01_t04: Fail
558 LibTest/core/Expect/throws_A01_t05: Fail
559 LibTest/core/Expect/throws_A02_t01: Fail
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