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

Side by Side Diff: pkg/pkg.status

Issue 45933004: mark a couple of tests flaky on dart2js (Closed) Base URL: https://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/standalone/standalone.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 11 matching lines...) Expand all
22 third_party/html5lib/test/dom_compat_test: Skip 22 third_party/html5lib/test/dom_compat_test: Skip
23 third_party/html5lib/test/browser/browser_test: Skip 23 third_party/html5lib/test/browser/browser_test: Skip
24 24
25 [ $compiler == dart2js ] 25 [ $compiler == dart2js ]
26 collection_helpers/test/equality_test/01: Fail # Issue 1533 26 collection_helpers/test/equality_test/01: Fail # Issue 1533
27 collection_helpers/test/equality_test/02: Fail # Issue 1533 27 collection_helpers/test/equality_test/02: Fail # Issue 1533
28 collection_helpers/test/equality_test/03: Fail # Issue 1533 28 collection_helpers/test/equality_test/03: Fail # Issue 1533
29 collection_helpers/test/equality_test/04: Fail # Issue 1533 29 collection_helpers/test/equality_test/04: Fail # Issue 1533
30 collection_helpers/test/equality_test/05: Fail # Issue 1533 30 collection_helpers/test/equality_test/05: Fail # Issue 1533
31 collection_helpers/test/equality_test/none: Pass, Fail # Issue 14348 31 collection_helpers/test/equality_test/none: Pass, Fail # Issue 14348
32 intl/test/number_closure_test: Pass, CompileTimeError # Issue 14603
32 33
33 [ $compiler == dart2js && $checked && $runtime == ie9 ] 34 [ $compiler == dart2js && $checked && $runtime == ie9 ]
34 crypto/test/base64_test: Timeout # Issue 12486 35 crypto/test/base64_test: Timeout # Issue 12486
35 36
36 [ $runtime == d8 || $runtime == jsshell ] 37 [ $runtime == d8 || $runtime == jsshell ]
37 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h ttp://dartbug.com/10109 38 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h ttp://dartbug.com/10109
38 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 39 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
39 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. 40 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported.
40 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 41 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
41 42
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 scheduled_test/test/scheduled_test/simple_test: StaticWarning 376 scheduled_test/test/scheduled_test/simple_test: StaticWarning
376 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning 377 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning
377 scheduled_test/test/scheduled_test/timeout_test: StaticWarning 378 scheduled_test/test/scheduled_test/timeout_test: StaticWarning
378 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning 379 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning
379 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning 380 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning
380 unittest/test/matchers_test: StaticWarning 381 unittest/test/matchers_test: StaticWarning
381 unittest/test/mock_test: StaticWarning 382 unittest/test/mock_test: StaticWarning
382 watcher/test/directory_watcher_test: StaticWarning 383 watcher/test/directory_watcher_test: StaticWarning
383 watcher/test/no_subscription_test: StaticWarning 384 watcher/test/no_subscription_test: StaticWarning
384 watcher/test/ready_test: StaticWarning 385 watcher/test/ready_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698