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

Side by Side Diff: pkg/pkg.status

Issue 37353003: Mark equality_test/none as pass/fail. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Upload 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 | 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 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 analyzer_experimental/test/generated/ast_test: RuntimeError #Issue 12341 26 analyzer_experimental/test/generated/ast_test: RuntimeError #Issue 12341
27 collection_helpers/test/equality_test/01: Fail # Issue 1533 27 collection_helpers/test/equality_test/01: Fail # Issue 1533
28 collection_helpers/test/equality_test/02: Fail # Issue 1533 28 collection_helpers/test/equality_test/02: Fail # Issue 1533
29 collection_helpers/test/equality_test/03: Fail # Issue 1533 29 collection_helpers/test/equality_test/03: Fail # Issue 1533
30 collection_helpers/test/equality_test/04: Fail # Issue 1533 30 collection_helpers/test/equality_test/04: Fail # Issue 1533
31 collection_helpers/test/equality_test/05: Fail # Issue 1533 31 collection_helpers/test/equality_test/05: Fail # Issue 1533
32 collection_helpers/test/equality_test/none: Pass, Fail # Issue 14348
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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 observe/test/observe_test: fail 274 observe/test/observe_test: fail
274 275
275 [ $compiler == dart2analyzer ] 276 [ $compiler == dart2analyzer ]
276 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 277 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
277 custom_element/test/analyzer_test: fail 278 custom_element/test/analyzer_test: fail
278 template_binding/test/analyzer_test: fail 279 template_binding/test/analyzer_test: fail
279 observe/test/observe_test: fail 280 observe/test/observe_test: fail
280 281
281 # pkg issue 13945; Missing inherited member 'Trace.frames' 282 # pkg issue 13945; Missing inherited member 'Trace.frames'
282 observe/test/observe_test: fail 283 observe/test/observe_test: fail
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