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

Side by Side Diff: pkg/pkg.status

Issue 2539033002: Update status for flaky Windows tests (Closed)
Patch Set: Created 4 years 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 | tests/co19/co19-dart2js.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 # 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 78 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
79 79
80 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 80 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
81 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 81 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
82 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 82 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
83 83
84 [ $runtime == ie10 ] 84 [ $runtime == ie10 ]
85 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 85 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
86 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp licitly, since this is not the same as on ie9) 86 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp licitly, since this is not the same as on ie9)
87 87
88 [ $runtime == ie11 ]
89 kernel/test/verify_test: Skip # Times out. Issue 27935
90
88 [ $runtime == safarimobilesim ] 91 [ $runtime == safarimobilesim ]
89 # Unexplained errors only occuring on Safari 6.1 and earlier. 92 # Unexplained errors only occuring on Safari 6.1 and earlier.
90 typed_data/test/typed_buffers_test: RuntimeError 93 typed_data/test/typed_buffers_test: RuntimeError
91 94
92 [ $compiler == dart2js && $csp ] 95 [ $compiler == dart2js && $csp ]
93 # This test cannot run under CSP because it is injecting a JavaScript polyfill 96 # This test cannot run under CSP because it is injecting a JavaScript polyfill
94 mutation_observer: Skip 97 mutation_observer: Skip
95 98
96 [ $compiler == dart2js && $browser ] 99 [ $compiler == dart2js && $browser ]
97 crypto/test/sha256_test: Slow, Pass 100 crypto/test/sha256_test: Slow, Pass
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 188 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
186 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 189 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
187 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 190 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
188 analyzer/test/src/task/yaml_test: Crash # Issue 24485 191 analyzer/test/src/task/yaml_test: Crash # Issue 24485
189 192
190 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] 193 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ]
191 *: SkipByDesign # The pkg test framework imports dart:mirrors. 194 *: SkipByDesign # The pkg test framework imports dart:mirrors.
192 195
193 [ $compiler == dart2js && $cps_ir && $checked ] 196 [ $compiler == dart2js && $cps_ir && $checked ]
194 *: Skip # `assert` not implemented, about 75% tests crash 197 *: Skip # `assert` not implemented, about 75% tests crash
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698