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

Side by Side Diff: pkg/pkg.status

Issue 41153002: Fix status file to mark spawnFunction as crashing until 14400 is fixed. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 | tests/co19/co19-dartium.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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 230
231 [ $arch == simarm || $arch == simmips ] 231 [ $arch == simarm || $arch == simmips ]
232 barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220 232 barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220
233 third_party/html5lib/test/tokenizer_test: Pass, Slow 233 third_party/html5lib/test/tokenizer_test: Pass, Slow
234 watcher/test/no_subscription_test: Pass, Fail # Issue 13705. 234 watcher/test/no_subscription_test: Pass, Fail # Issue 13705.
235 235
236 # Skip serialization test that explicitly has no library declaration in the 236 # Skip serialization test that explicitly has no library declaration in the
237 # test on Dartium, which requires all tests to have a library. 237 # test on Dartium, which requires all tests to have a library.
238 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 238 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
239 serialization/test/no_library_test: Skip # Expected Failure 239 serialization/test/no_library_test: Skip # Expected Failure
240 serialization/test/serialization_test: Fail # 13921 240 # Issue 14400, spawnFunction causes crtash in dartium.
241 unittest/test/unittest_async_exception_test: Fail # 13921 241 serialization/test/serialization_test: Crash, Fail # 13921
242 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 242 unittest/test/unittest_async_exception_test: Crash, Fail # 13921
243 unittest/test/unittest_completion_test: Fail # 13921 243 unittest/test/unittest_async_setup_teardown_test: Crash, Fail # 13921
244 unittest/test/unittest_correct_callback_test: Fail # 13921 244 unittest/test/unittest_completion_test: Fail # Crash, 13921
245 unittest/test/unittest_exception_test: Fail # 13921 245 unittest/test/unittest_correct_callback_test: Crash, Fail # 13921
246 unittest/test/unittest_excess_callback_test: Fail # 13921 246 unittest/test/unittest_exception_test: Crash, Fail # 13921
247 unittest/test/unittest_late_exception_test: Fail # 13921 247 unittest/test/unittest_excess_callback_test: Crash, Fail # 13921
248 unittest/test/unittest_middle_exception_test: Fail # 13921 248 unittest/test/unittest_late_exception_test: Crash, Fail # 13921
249 unittest/test/unittest_nested_groups_setup_teardown_test: Fail # 13921 249 unittest/test/unittest_middle_exception_test: Crash, Fail # 13921
250 unittest/test/unittest_runtests_without_tests_test: Fail # 13921 250 unittest/test/unittest_nested_groups_setup_teardown_test: Crash, Fail # 13921
251 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 251 unittest/test/unittest_runtests_without_tests_test: Crash, Fail # 13921
252 unittest/test/unittest_setup_test: Fail # 13921 252 unittest/test/unittest_setup_and_teardown_test: Crash, Fail # 13921
253 unittest/test/unittest_single_correct_test: Fail # 13921 253 unittest/test/unittest_setup_test: Crash, Fail # 13921
254 unittest/test/unittest_single_failing_test: Fail # 13921 254 unittest/test/unittest_single_correct_test: Crash, Fail # 13921
255 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 255 unittest/test/unittest_single_failing_test: Crash, Fail # 13921
256 unittest/test/unittest_teardown_test: Fail # 13921 256 unittest/test/unittest_skipped_soloed_nested_test: Crash, Fail # 13921
257 unittest/test/unittest_test_returning_future_test: Fail # 13921 257 unittest/test/unittest_teardown_test: Crash, Fail # 13921
258 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 258 unittest/test/unittest_test_returning_future_test: Crash, Fail # 13921
259 unittest/test/unittest_testcases_immutable_test: Fail # 13921 259 unittest/test/unittest_test_returning_future_using_runasync_test: Crash, Fail # 13921
260 unittest/test/unitttest_group_name_test: Fail # 13921 260 unittest/test/unittest_testcases_immutable_test: Crash, Fail # 13921
261 unittest/test/unitttest_group_name_test: Crash, Fail # 13921
261 template_binding/test/template_element_test: Pass, Fail # Flaky, 14330 262 template_binding/test/template_element_test: Pass, Fail # Flaky, 14330
262 polymer/test/custom_event_test: Pass, Crash # 14360 263 polymer/test/custom_event_test: Pass, Crash # 14360
263 264
264 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior 265 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior
265 266
266 # Skip tests on the VM if the package depends on dart:html 267 # Skip tests on the VM if the package depends on dart:html
267 [ $runtime == vm ] 268 [ $runtime == vm ]
268 custom_element: Skip 269 custom_element: Skip
269 template_binding: Skip 270 template_binding: Skip
270 mutation_observer: Skip 271 mutation_observer: Skip
(...skipping 26 matching lines...) Expand all
297 observe/test/observe_test: fail 298 observe/test/observe_test: fail
298 299
299 [ $compiler == dart2analyzer ] 300 [ $compiler == dart2analyzer ]
300 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 301 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
301 custom_element/test/analyzer_test: fail 302 custom_element/test/analyzer_test: fail
302 template_binding/test/analyzer_test: fail 303 template_binding/test/analyzer_test: fail
303 observe/test/observe_test: fail 304 observe/test/observe_test: fail
304 305
305 # pkg issue 13945; Missing inherited member 'Trace.frames' 306 # pkg issue 13945; Missing inherited member 'Trace.frames'
306 observe/test/observe_test: fail 307 observe/test/observe_test: fail
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dartium.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698