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

Side by Side Diff: pkg/pkg.status

Issue 21220004: Split unittest tests into separate test files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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
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
11 11
12 # Skip non-test files ending with "_test". 12 # Skip non-test files ending with "_test".
13 scheduled_test/lib/*: Skip 13 scheduled_test/lib/*: Skip
14 14
15 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582 15 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582
16 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 16 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
17 17
18 [ $runtime == vm ] 18 [ $runtime == vm ]
19 watcher/test/no_subscription_test: Pass, Fail # Issue 12107 19 watcher/test/no_subscription_test: Pass, Fail # Issue 12107
20 watcher/test/directory_watcher_test: Pass, Fail # Issue 12107 20 watcher/test/directory_watcher_test: Pass, Fail # Issue 12107
21 21
22 [ $compiler == dart2js && $runtime == ff ] 22 [ $compiler == dart2js && $runtime == ff ]
23 unittest/test/unittest_test: Pass, Timeout # http://dartbug.com/11473 23 unittest/test/unittest_*_test: Pass, Timeout # http://dartbug.com/11473
24 24
25 [ $runtime == d8 || $runtime == jsshell ] 25 [ $runtime == d8 || $runtime == jsshell ]
26 unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109 26 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, Fail # http://da rtbug.com/10109
27 stack_trace/test/vm_test: Fail, OK # VM-specific traces 27 stack_trace/test/vm_test: Fail, OK # VM-specific traces
28 sequence_zip/test/stream_test: Fail, OK # Timers are not supported. 28 sequence_zip/test/stream_test: Fail, OK # Timers are not supported.
29 29
30 [$compiler == dart2dart] 30 [$compiler == dart2dart]
31 *: Skip 31 *: Skip
32 32
33 [ $compiler == dart2js || $compiler == dart2dart ] 33 [ $compiler == dart2js || $compiler == dart2dart ]
34 source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that 34 source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that
35 # overflow in JS (numbers slightly larger than 35 # overflow in JS (numbers slightly larger than
36 # 32 bits where we do bitwise operations). 36 # 32 bits where we do bitwise operations).
(...skipping 27 matching lines...) Expand all
64 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230 64 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230
65 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 65 stack_trace/test/trace_test: Pass, Timeout # Issue 11645
66 66
67 [ $compiler == dartc || $compiler == dartanalyzer || $compiler == dart2analyzer] 67 [ $compiler == dartc || $compiler == dartanalyzer || $compiler == dart2analyzer]
68 # These tests are runtime negative but statically positive, so we skip 68 # These tests are runtime negative but statically positive, so we skip
69 # them in the analyzer. 69 # them in the analyzer.
70 unittest/test/mock_regexp_negative_test: Skip 70 unittest/test/mock_regexp_negative_test: Skip
71 unittest/test/mock_stepwise_negative_test: Skip 71 unittest/test/mock_stepwise_negative_test: Skip
72 72
73 [ $compiler == dart2js && $csp ] 73 [ $compiler == dart2js && $csp ]
74 unittest/test/unittest_test: Pass, Crash # Issue 10935 74 unittest/test/unittest_*_test: Pass, Crash # Issue 10935
75 observe/test/observe_test: Fail # Issue 11970 75 observe/test/observe_test: Fail # Issue 11970
76 observe/test/path_observer_test: Fail # Issue 11970 76 observe/test/path_observer_test: Fail # Issue 11970
77 mdv/test/binding_syntax_test: Fail # Issue 11970 77 mdv/test/binding_syntax_test: Fail # Issue 11970
78 78
79 serialization/test/serialization_test: Fail # Issue 6490 79 serialization/test/serialization_test: Fail # Issue 6490
80 serialization/test/no_library_test: Fail # Issue 6490 80 serialization/test/no_library_test: Fail # Issue 6490
81 81
82 [ $compiler == dart2js && $minified ] 82 [ $compiler == dart2js && $minified ]
83 # The unminified unittest tests test that the real names of Dart types are 83 # The unminified unittest tests test that the real names of Dart types are
84 # printed. Minified versions of these tests exist that test the behavior when 84 # printed. Minified versions of these tests exist that test the behavior when
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 serialization/test/no_library_test: Skip # Expected Failure 172 serialization/test/no_library_test: Skip # Expected Failure
173 173
174 # Skip tests on the VM if the package depends on dart:html 174 # Skip tests on the VM if the package depends on dart:html
175 [ $runtime == vm ] 175 [ $runtime == vm ]
176 custom_element: Skip 176 custom_element: Skip
177 mdv: Skip 177 mdv: Skip
178 178
179 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 179 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
180 docgen/test/single_library_test: Skip # Uses dart:io 180 docgen/test/single_library_test: Skip # Uses dart:io
181 181
OLDNEW
« no previous file with comments | « no previous file | pkg/unittest/test/unittest_async_exception_test.dart » ('j') | pkg/unittest/test/unittest_test_utils.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698