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

Side by Side Diff: pkg/pkg.status

Issue 25740006: port polymer data binding tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
(...skipping 26 matching lines...) Expand all
37 [ $runtime == d8 || $runtime == jsshell ] 37 [ $runtime == d8 || $runtime == jsshell ]
38 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
39 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 39 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
40 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. 40 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported.
41 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.
42 42
43 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 43 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
44 polymer/example: Skip # Uses dart:html 44 polymer/example: Skip # Uses dart:html
45 polymer/test/attr_deserialize_test: Skip # uses dart:html 45 polymer/test/attr_deserialize_test: Skip # uses dart:html
46 polymer/test/attr_mustache_test: Skip #uses dart:html 46 polymer/test/attr_mustache_test: Skip #uses dart:html
47 polymer/test/bind_test: Skip # uses dart:html
48 polymer/test/bind_mdv_test: Skip # uses dart:html
47 polymer/test/custom_event_test: Skip # uses dart:html 49 polymer/test/custom_event_test: Skip # uses dart:html
48 polymer/test/event_path_test: Skip #uses dart:html 50 polymer/test/event_path_test: Skip #uses dart:html
49 polymer/test/events_test: Skip #uses dart:html 51 polymer/test/events_test: Skip #uses dart:html
50 polymer/test/instance_attrs_test: Skip #uses dart:html 52 polymer/test/instance_attrs_test: Skip #uses dart:html
51 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 53 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
52 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 54 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
53 polymer/test/publish_attributes_test: Skip #uses dart:html 55 polymer/test/publish_attributes_test: Skip #uses dart:html
54 polymer/test/register_test: Skip #uses dart:html 56 polymer/test/register_test: Skip #uses dart:html
55 polymer/test/take_attributes_test: Skip #uses dart:html 57 polymer/test/take_attributes_test: Skip #uses dart:html
58 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
59 polymer/test/unbind_test: Skip # uses dart:html
56 60
57 [$compiler == dart2dart] 61 [$compiler == dart2dart]
58 *: Skip 62 *: Skip
59 63
60 [ $compiler == dart2js || $compiler == dart2dart ] 64 [ $compiler == dart2js || $compiler == dart2dart ]
61 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 65 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
62 # overflow in JS (numbers slightly larger than 66 # overflow in JS (numbers slightly larger than
63 # 32 bits where we do bitwise operations). 67 # 32 bits where we do bitwise operations).
64 68
65 [ $runtime == opera && $compiler == dart2js ] 69 [ $runtime == opera && $compiler == dart2js ]
(...skipping 10 matching lines...) Expand all
76 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. 80 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407.
77 crypto/test/sha1_test: Fail # Issue 11407. 81 crypto/test/sha1_test: Fail # Issue 11407.
78 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 82 stack_trace/test/trace_test: Fail # http://dartbug.com/12380
79 crypto/test/sha256_test: Pass, Fail # Issue 12502 83 crypto/test/sha256_test: Pass, Fail # Issue 12502
80 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 84 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
81 polymer_expressions/test/globals_test: Fail # Issue 13890 85 polymer_expressions/test/globals_test: Fail # Issue 13890
82 86
83 [ $runtime == ie9 || $runtime == ie10 ] 87 [ $runtime == ie9 || $runtime == ie10 ]
84 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 88 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260
85 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 89 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260
90 polymer/test/bind_test: Fail, Timeout # Issue 12865, 13197, 13260
86 polymer/test/custom_event_test: Fail, Timeout # Issue 12865, 13197, 13260 91 polymer/test/custom_event_test: Fail, Timeout # Issue 12865, 13197, 13260
87 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 92 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260
88 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 93 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
89 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0 94 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0
90 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260 95 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260
91 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 96 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
92 polymer/test/register_test: Pass, Fail, Timeout # Issue 12865, 13197, 13260 97 polymer/test/register_test: Pass, Fail, Timeout # Issue 12865, 13197, 13260
93 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 98 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
99 polymer/test/template_distribute_dynamic_test: Fail, Timeout # Issue 12865, 1319 7, 13260
100 polymer/test/unbind_test: Fail, Timeout # Issue 12865, 13197, 13260
94 polymer_expressions/test/globals_test: Fail # Issue 13890 101 polymer_expressions/test/globals_test: Fail # Issue 13890
95 102
96 # Skip browser-specific tests on VM 103 # Skip browser-specific tests on VM
97 [ $runtime == vm ] 104 [ $runtime == vm ]
98 path/test/browser_test: Fail, OK # Uses dart:html 105 path/test/browser_test: Fail, OK # Uses dart:html
99 intl/test/find_default_locale_browser_test: Skip 106 intl/test/find_default_locale_browser_test: Skip
100 intl/test/date_time_format_http_request_test: Skip 107 intl/test/date_time_format_http_request_test: Skip
101 108
102 [ $runtime == vm && $system == windows ] 109 [ $runtime == vm && $system == windows ]
103 docgen/test/single_library_test: Fail # Issue 11985 110 docgen/test/single_library_test: Fail # Issue 11985
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 observe/test/observe_test: fail 284 observe/test/observe_test: fail
278 285
279 [ $compiler == dart2analyzer ] 286 [ $compiler == dart2analyzer ]
280 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 287 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
281 custom_element/test/analyzer_test: fail 288 custom_element/test/analyzer_test: fail
282 template_binding/test/analyzer_test: fail 289 template_binding/test/analyzer_test: fail
283 observe/test/observe_test: fail 290 observe/test/observe_test: fail
284 291
285 # pkg issue 13945; Missing inherited member 'Trace.frames' 292 # pkg issue 13945; Missing inherited member 'Trace.frames'
286 observe/test/observe_test: fail 293 observe/test/observe_test: fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698