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

Side by Side Diff: pkg/pkg.status

Issue 583013002: pkg/scheduled_test updated status file for jsshell (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197 56 143 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197 56
144 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 144 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756
145 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 145 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
146 146
147 [ $runtime == d8 || $runtime == jsshell ] 147 [ $runtime == d8 || $runtime == jsshell ]
148 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 148 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
149 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 149 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
150 150
151 [ $runtime == jsshell ] 151 [ $runtime == jsshell ]
152 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 152 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
153 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728 153 scheduled_test/test/scheduled_future_matchers_test: RuntimeError #Issue 21005
154 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 154 scheduled_test/test/scheduled_stream/stream_matcher_test: RuntimeError #Issue 21 005
155 scheduled_test/test/scheduled_test/abort_test: RuntimeError #Issue 21005
156 scheduled_test/test/scheduled_test/current_schedule_current_task_test: RuntimeEr ror #Issue 21005
157 scheduled_test/test/scheduled_test/current_schedule_errors_test: RuntimeError #I ssue 21005
158 scheduled_test/test/scheduled_test/current_schedule_state_test: RuntimeError #Is sue 21005
159 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError #Issue 21005
160 scheduled_test/test/scheduled_test/on_complete_test: RuntimeError #Issue 21005
161 scheduled_test/test/scheduled_test/on_exception_test: RuntimeError #Issue 21005
162 scheduled_test/test/scheduled_test/set_up_test: RuntimeError #Issue 21005
163 scheduled_test/test/scheduled_test/simple_test: RuntimeError #Issue 21005
164 scheduled_test/test/scheduled_test/task_return_value_test: RuntimeError #Issue 2 1005
165 scheduled_test/test/scheduled_test/tear_down_test: RuntimeError #Issue 21005
166 scheduled_test/test/scheduled_test/unhandled_error_test: RuntimeError #Issue 210 05
167 scheduled_test/test/scheduled_test/wrap_future_test: RuntimeError #Issue 21005
168 scheduled_test/test/unittest_compatibility_test: RuntimeError #Issue 21005
169 unittest/test/missing_tick_test: RuntimeError # Timer interface not supported: d artbug.com/7728
155 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109 170 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109
156 171
157 [ $compiler == dart2js && $runtime == drt ] 172 [ $compiler == dart2js && $runtime == drt ]
158 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 173 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
159 174
160 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 175 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
161 polymer/example: Skip # Uses dart:html 176 polymer/example: Skip # Uses dart:html
162 polymer/e2e_test: Skip # Uses dart:html 177 polymer/e2e_test: Skip # Uses dart:html
163 polymer/test/auto_binding_test: Skip # uses dart:html 178 polymer/test/auto_binding_test: Skip # uses dart:html
164 polymer/test/attr_deserialize_test: Skip # uses dart:html 179 polymer/test/attr_deserialize_test: Skip # uses dart:html
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 466 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
452 467
453 [ $use_repository_packages ] 468 [ $use_repository_packages ]
454 analyzer/test/*: PubGetError 469 analyzer/test/*: PubGetError
455 470
456 [ $runtime == drt ] 471 [ $runtime == drt ]
457 http/test/html/client_test: Skip # Issue 18566 472 http/test/html/client_test: Skip # Issue 18566
458 473
459 [ $system == windows ] 474 [ $system == windows ]
460 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 475 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
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