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

Side by Side Diff: tests/compiler/dart2js/dart2js.status

Issue 2801853004: Skip most dart2js serialization tests. (Closed)
Patch Set: Remove Created 3 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
« 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 packages/*: Skip # Skip packages folder 5 packages/*: Skip # Skip packages folder
6 6
7 analyze_test: Slow, Pass 7 analyze_test: Slow, Pass
8 8
9 compile_with_empty_libraries_test: Fail # Issue 24223 9 compile_with_empty_libraries_test: Fail # Issue 24223
10 10
11 kernel/*: Slow, Pass 11 kernel/*: Slow, Pass
12 12
13 boolified_operator_test: Fail # Issue 8001 13 boolified_operator_test: Fail # Issue 8001
14 14
15 # Skip most serialization tests. These are very slow and are no longer a
16 # priority.
17 serialization/analysis1_test: Skip
18 serialization/analysis3_test: Skip
19 serialization/analysis4_test: Skip
20 serialization/analysis5_test: Skip
21 serialization/compilation_1_test: Skip
22 serialization/compilation0_test: Skip
23 serialization/compilation1_test: Skip
24 serialization/compilation4_test: Skip
25 serialization/compilation3_test: Skip
26 serialization/compilation5_test: Skip
27 serialization/library_test: Skip
28 serialization/model_1_test: Skip
29 serialization/model1_test: Skip
30 serialization/model3_test: Skip
31 serialization/model4_test: Skip
32 serialization/model5_test: Skip
33 serialization/native_data_test: Skip
34
15 # Don't mark these tests as failing. Instead, fix the errors/warnings that they 35 # Don't mark these tests as failing. Instead, fix the errors/warnings that they
16 # report or update the whitelist in the test-files to temporarily allow 36 # report or update the whitelist in the test-files to temporarily allow
17 # digression. 37 # digression.
18 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE. 38 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE.
19 39
20 # simple_function_subtype_test is temporarily(?) disabled due to new method for 40 # simple_function_subtype_test is temporarily(?) disabled due to new method for
21 # building function type tests. 41 # building function type tests.
22 simple_function_subtype_test: Fail 42 simple_function_subtype_test: Fail
23 43
24 simple_inferrer_const_closure_test: Fail # Issue 16507 44 simple_inferrer_const_closure_test: Fail # Issue 16507
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 # report or update the whitelist in the test-files to temporarily allow 117 # report or update the whitelist in the test-files to temporarily allow
98 # digression. 118 # digression.
99 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. 119 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE.
100 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. 120 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE.
101 121
102 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari ] 122 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari ]
103 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). 123 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet).
104 124
105 [ $system == linux ] 125 [ $system == linux ]
106 dart2js_batch2_test: Pass, RuntimeError # Issue 29021 126 dart2js_batch2_test: Pass, RuntimeError # Issue 29021
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