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

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

Issue 2680773002: Mark unittest tests as slow (Closed)
Patch Set: Created 3 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
« 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 compile_with_empty_libraries_test: Fail # Issue 24223 7 compile_with_empty_libraries_test: Fail # Issue 24223
8 8
9 kernel/visitor_test: SkipSlow # Times out. Issue #28581 9 #kernel/visitor_test: SkipSlow # Times out. Issue #28581
Siggi Cherem (dart-lang) 2017/02/07 23:14:43 delete?
Johnni Winther 2017/02/08 09:15:43 OK, since you ask ;)
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 # Don't mark these tests as failing. Instead, fix the errors/warnings that they 15 # 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 16 # report or update the whitelist in the test-files to temporarily allow
17 # digression. 17 # digression.
18 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE. 18 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE.
19 19
(...skipping 15 matching lines...) Expand all
35 mirrors/library_exports_shown_test: Fail 35 mirrors/library_exports_shown_test: Fail
36 mirrors/library_imports_hidden_test: Fail 36 mirrors/library_imports_hidden_test: Fail
37 mirrors/library_imports_prefixed_test: Fail 37 mirrors/library_imports_prefixed_test: Fail
38 mirrors/library_imports_prefixed_show_hide_test: Fail 38 mirrors/library_imports_prefixed_show_hide_test: Fail
39 mirrors/library_imports_shown_test: Fail 39 mirrors/library_imports_shown_test: Fail
40 40
41 patch_test/bug: RuntimeError # Issue 21132 41 patch_test/bug: RuntimeError # Issue 21132
42 42
43 quarantined/http_test: Pass, Slow 43 quarantined/http_test: Pass, Slow
44 44
45 # Source information is not correct due to inlining.
46 sourcemaps/source_mapping_operators_test: Pass, Slow 45 sourcemaps/source_mapping_operators_test: Pass, Slow
47 sourcemaps/source_mapping_invokes_test: Pass, Slow 46 sourcemaps/source_mapping_invokes_test: Pass, Slow
48 47
49 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th e CPS backend 48 check_elements_invariants_test: Slow, Pass, Timeout # Slow due to inlining in th e CPS backend
50 49
51 uri_retention_test: Fail # Issue 26504 50 uri_retention_test: Fail # Issue 26504
52 51
53 [ $unchecked ] 52 [ $unchecked ]
54 exit_code_test: Skip # This tests requires checked mode. 53 exit_code_test: Skip # This tests requires checked mode.
55 serialization*: Slow, Pass 54 serialization*: Slow, Pass
56 55
57 [ $checked ] 56 [ $checked ]
58 analyze_dart2js_helpers_test: Pass, Slow 57 analyze_dart2js_helpers_test: Pass, Slow
59 analyze_dart2js_test: Pass, Slow 58 analyze_dart2js_test: Pass, Slow
60 analyze_unused_dart2js_test: Pass, Slow 59 analyze_unused_dart2js_test: Pass, Slow
61 dart2js_resolver_test: Pass, Slow 60 dart2js_resolver_test: Pass, Slow
62 deferred_mirrors_test: Pass, Slow 61 deferred_mirrors_test: Pass, Slow
63 duplicate_library_test: Pass, Slow 62 duplicate_library_test: Pass, Slow
64 exit_code_test: Pass, Slow 63 exit_code_test: Pass, Slow
65 import_mirrors_test: Slow, Pass 64 import_mirrors_test: Slow, Pass
66 interop_anonymous_unreachable_test: Pass, Slow 65 interop_anonymous_unreachable_test: Pass, Slow
67 mirror_final_field_inferrer2_test: Pass, Slow 66 mirror_final_field_inferrer2_test: Pass, Slow
68 source_map_pub_build_validity_test: Pass, Slow 67 source_map_pub_build_validity_test: Pass, Slow
69 serialization*: Slow, Pass 68 serialization*: Slow, Pass
70 uri_retention_test: Pass, Slow 69 uri_retention_test: Pass, Slow
71 value_range_test: SkipSlow # Times out. Issue #28581 70 value_range_test: Pass, Slow
72 jsinterop/world_test: Pass, Slow 71 jsinterop/world_test: Pass, Slow
73 sourcemaps/stacktrace_test: Pass, Slow 72 sourcemaps/stacktrace_test: Pass, Slow
73 kernel/visitor_test: Pass, Slow
74 74
75 [ $mode == debug ] 75 [ $mode == debug ]
76 check_elements_invariants_test: Skip # Slow and only needs to be run in one 76 check_elements_invariants_test: Skip # Slow and only needs to be run in one
77 # configuration 77 # configuration
78 78
79 mirror_final_field_inferrer2_test: Crash, Pass, Slow # Issue 15581 79 mirror_final_field_inferrer2_test: Crash, Pass, Slow # Issue 15581
80 80
81 analyze_unused_dart2js_test: Pass, Slow 81 analyze_unused_dart2js_test: Pass, Slow
82 check_members_test: Pass, Slow 82 check_members_test: Pass, Slow
83 dart2js_batch_test: Pass, Slow 83 dart2js_batch_test: Pass, Slow
84 deferred_load_graph_segmentation_test: Pass, Slow 84 deferred_load_graph_segmentation_test: Pass, Slow
85 deferred_load_mapping_test: Pass, Slow 85 deferred_load_mapping_test: Pass, Slow
86 deferred_mirrors_test: Pass, Slow 86 deferred_mirrors_test: Pass, Slow
87 duplicate_library_test: Pass, Slow 87 duplicate_library_test: Pass, Slow
88 exit_code_test: Pass, Slow 88 exit_code_test: Pass, Slow
89 import_mirrors_test: Pass, Slow 89 import_mirrors_test: Pass, Slow
90 in_user_code_test: Pass, Slow 90 in_user_code_test: Pass, Slow
91 message_kind_test: Pass, Slow 91 message_kind_test: Pass, Slow
92 show_package_warnings_test: Pass, Slow 92 show_package_warnings_test: Pass, Slow
93 source_map_pub_build_validity_test: Pass, Slow 93 source_map_pub_build_validity_test: Pass, Slow
94 94
95 # Don't mark these tests as failing. Instead, fix the errors/warnings that they 95 # Don't mark these tests as failing. Instead, fix the errors/warnings that they
96 # report or update the whitelist in the test-files to temporarily allow 96 # report or update the whitelist in the test-files to temporarily allow
97 # digression. 97 # digression.
98 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. 98 analyze_api_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE.
99 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE. 99 analyze_dart2js_test: Pass, Slow # DON'T CHANGE THIS LINE -- SEE ABOVE.
100 100
101 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == opera ] 101 [ $jscl || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == opera ]
102 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet). 102 *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet).
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