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

Side by Side Diff: pkg/pkg.status

Issue 2507203002: Skip front_end tests on jsshell due to #26103. (Closed)
Patch Set: Change to RuntimeError, OK Created 4 years, 1 month 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 analyzer/test/*: Skip # Issue 26813 64 analyzer/test/*: Skip # Issue 26813
65 analyzer/tool/*: Skip # Issue 26813 65 analyzer/tool/*: Skip # Issue 26813
66 analysis_server/test/*: Skip # Issue 26813 66 analysis_server/test/*: Skip # Issue 26813
67 67
68 [ $compiler == dart2js && $checked ] 68 [ $compiler == dart2js && $checked ]
69 crypto/test/base64_test: Slow, Pass 69 crypto/test/base64_test: Slow, Pass
70 70
71 [ $runtime == jsshell ] 71 [ $runtime == jsshell ]
72 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo rted. 72 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo rted.
73 lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not supported. 73 lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not supported.
74 front_end/test/*: RuntimeError, OK # Issue 26103. Timers are not supported.
74 75
75 [ $compiler == dart2js && $runtime == drt ] 76 [ $compiler == dart2js && $runtime == drt ]
76 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 77 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
77 78
78 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 79 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
79 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 80 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
80 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 81 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
81 82
82 [ $runtime == ie10 ] 83 [ $runtime == ie10 ]
83 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 84 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 184 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
184 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 185 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
185 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 186 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
186 analyzer/test/src/task/yaml_test: Crash # Issue 24485 187 analyzer/test/src/task/yaml_test: Crash # Issue 24485
187 188
188 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] 189 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ]
189 *: SkipByDesign # The pkg test framework imports dart:mirrors. 190 *: SkipByDesign # The pkg test framework imports dart:mirrors.
190 191
191 [ $compiler == dart2js && $cps_ir && $checked ] 192 [ $compiler == dart2js && $cps_ir && $checked ]
192 *: Skip # `assert` not implemented, about 75% tests crash 193 *: Skip # `assert` not implemented, about 75% tests crash
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