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

Side by Side Diff: pkg/pkg.status

Issue 20101008: Modify the instance test to work with dart2js by using looser matching, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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 | « no previous file | pkg/unittest/test/instance_test.dart » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 intl/test/find_default_locale_browser_test: Skip 58 intl/test/find_default_locale_browser_test: Skip
59 intl/test/date_time_format_http_request_test: Skip 59 intl/test/date_time_format_http_request_test: Skip
60 60
61 [ $runtime == vm && $system == windows ] 61 [ $runtime == vm && $system == windows ]
62 docgen/test/single_library_test: Fail # Issue 11985 62 docgen/test/single_library_test: Fail # Issue 11985
63 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 63 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
64 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 64 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
65 65
66 [ $compiler == dart2js ] 66 [ $compiler == dart2js ]
67 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230 67 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230
68 unittest/test/instance_test: Fail # http://dartbug.com/11191
69 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 68 stack_trace/test/trace_test: Pass, Timeout # Issue 11645
70 69
71 [ $compiler == dartc || $compiler == dartanalyzer || $compiler == dart2analyzer] 70 [ $compiler == dartc || $compiler == dartanalyzer || $compiler == dart2analyzer]
72 # These tests are runtime negative but statically positive, so we skip 71 # These tests are runtime negative but statically positive, so we skip
73 # them in the analyzer. 72 # them in the analyzer.
74 unittest/test/mock_regexp_negative_test: Skip 73 unittest/test/mock_regexp_negative_test: Skip
75 unittest/test/mock_stepwise_negative_test: Skip 74 unittest/test/mock_stepwise_negative_test: Skip
76 75
77 [ $compiler == dart2js && $csp ] 76 [ $compiler == dart2js && $csp ]
78 unittest/test/unittest_test: Pass, Crash # Issue 10935 77 unittest/test/unittest_test: Pass, Crash # Issue 10935
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 [ $runtime == dartium || $runtime == drt ] 173 [ $runtime == dartium || $runtime == drt ]
175 serialization/test/no_library_test: Skip # Expected Failure 174 serialization/test/no_library_test: Skip # Expected Failure
176 175
177 # Skip mdv tests on command line VM, they only run in the browser. 176 # Skip mdv tests on command line VM, they only run in the browser.
178 [ $runtime == vm ] 177 [ $runtime == vm ]
179 mdv: Skip 178 mdv: Skip
180 179
181 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 180 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
182 docgen/test/single_library_test: Skip # Uses dart:io 181 docgen/test/single_library_test: Skip # Uses dart:io
183 182
OLDNEW
« no previous file with comments | « no previous file | pkg/unittest/test/instance_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698