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

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

Issue 200223007: Add ContentShellOnAndroid to co19 and standalone status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | tests/co19/co19-dartium.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) 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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
11 [ $runtime == vm || $runtime != vm ] 11 [ $runtime == vm || $runtime != vm ]
12 # Tests that fail everywhere, including the analyzer. 12 # Tests that fail everywhere, including the analyzer.
13 13
14 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 14 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668
15 15
16 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler = = dart2js ] 16 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
17 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure 17 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure
18 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure 18 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure
19 19
20 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 (fixed in r673) 20 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 (fixed in r673)
21 21
22 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure 22 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure
23 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure 23 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure
24 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 (fixed in r675) 24 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 (fixed in r675)
25 25
26 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 26 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
27 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 27 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
28 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 28 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
29 29
30 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue 663 (fixed in r675) 30 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue 663 (fixed in r675)
31 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK # co19 issue 663 31 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK # co19 issue 663
32 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 32 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663
33 33
34 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ]
35 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 34 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44
36 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 35 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44
37 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 36 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44
38 37
39 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 38 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44
40 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 39 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44
41 40
42 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 (not fixed in r672) 41 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 (not fixed in r672)
43 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 42 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389
44 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389 43 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389
45 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389 44 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389
46 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 45 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389
47 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 46 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389
48 47
49 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) 48 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672)
50 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) 49 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672)
51 50
52
53 [ $runtime == dartium || $compiler == dart2js ]
54 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
55
56 [ $runtime == vm || $compiler == none || $compiler == dart2js ]
57 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) 51 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674)
58 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 52 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639
59 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 53 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639
60 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 54 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639
61 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 55 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639
62 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 56 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639
63 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 57 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639
64 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 58 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639
65 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 59 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639
66 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 60 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639
(...skipping 12 matching lines...) Expand all
79 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail # Co19 issue 639 73 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail # Co19 issue 639
80 LibTest/isolate/SendPort/send_A02_t01: Fail # Co19 issue 639 74 LibTest/isolate/SendPort/send_A02_t01: Fail # Co19 issue 639
81 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 75 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639
82 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 76 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639
83 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 77 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639
84 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 78 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639
85 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 79 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
86 80
87 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638 81 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638
88 82
83 [ $runtime == dartium || $compiler == dart2js ]
84 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
89 85
90 ### CHECKED MODE FAILURES ### 86 ### CHECKED MODE FAILURES ###
91 87
92 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] 88 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ]
93 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 89 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
94 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 90 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dartium.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698