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

Side by Side Diff: pkg/pkg.status

Issue 23630002: Resume testing message extraction on Windows after dart:io fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « pkg/intl/test/message_extraction/message_extraction_test.dart ('k') | 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 # Skip browser-specific tests on VM 67 # Skip browser-specific tests on VM
68 [ $runtime == vm ] 68 [ $runtime == vm ]
69 path/test/browser_test: Fail, OK # Uses dart:html 69 path/test/browser_test: Fail, OK # Uses dart:html
70 intl/test/find_default_locale_browser_test: Skip 70 intl/test/find_default_locale_browser_test: Skip
71 intl/test/date_time_format_http_request_test: Skip 71 intl/test/date_time_format_http_request_test: Skip
72 72
73 [ $runtime == vm && $system == windows ] 73 [ $runtime == vm && $system == windows ]
74 docgen/test/single_library_test: Fail # Issue 11985 74 docgen/test/single_library_test: Fail # Issue 11985
75 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 75 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
76 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
77 76
78 [ $compiler == dart2js ] 77 [ $compiler == dart2js ]
79 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 78 stack_trace/test/trace_test: Pass, Timeout # Issue 11645
80 79
81 [ $compiler == dartanalyzer || $compiler == dart2analyzer] 80 [ $compiler == dartanalyzer || $compiler == dart2analyzer]
82 # These tests are runtime negative but statically positive, so we skip 81 # These tests are runtime negative but statically positive, so we skip
83 # them in the analyzer. 82 # them in the analyzer.
84 unittest/test/mock_regexp_negative_test: Skip 83 unittest/test/mock_regexp_negative_test: Skip
85 unittest/test/mock_stepwise_negative_test: Skip 84 unittest/test/mock_stepwise_negative_test: Skip
86 85
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 # Skip tests on the VM if the package depends on dart:html 196 # Skip tests on the VM if the package depends on dart:html
198 [ $runtime == vm ] 197 [ $runtime == vm ]
199 custom_element: Skip 198 custom_element: Skip
200 mdv: Skip 199 mdv: Skip
201 mutation_observer: Skip 200 mutation_observer: Skip
202 polymer_expressions/test/syntax_test: Skip 201 polymer_expressions/test/syntax_test: Skip
203 third_party/html5lib/test/browser/browser_test: Skip 202 third_party/html5lib/test/browser/browser_test: Skip
204 203
205 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 204 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
206 docgen/test/single_library_test: Skip # Uses dart:io 205 docgen/test/single_library_test: Skip # Uses dart:io
OLDNEW
« no previous file with comments | « pkg/intl/test/message_extraction/message_extraction_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698