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

Side by Side Diff: pkg/pkg.status

Issue 21109007: add mutation observer polyfill package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix pubspec Created 7 years, 4 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 | « pkg/mutation_observer/test/mutation_observer_test.dart ('k') | 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 23 matching lines...) Expand all
34 # overflow in JS (numbers slightly larger than 34 # overflow in JS (numbers slightly larger than
35 # 32 bits where we do bitwise operations). 35 # 32 bits where we do bitwise operations).
36 36
37 [ $runtime == opera && $compiler == dart2js ] 37 [ $runtime == opera && $compiler == dart2js ]
38 intl/test/find_default_locale_browser_test: Fail 38 intl/test/find_default_locale_browser_test: Fail
39 intl/test/date_time_format_http_request_test: Skip # Timeout. 39 intl/test/date_time_format_http_request_test: Skip # Timeout.
40 40
41 [ $runtime == ie9 ] 41 [ $runtime == ie9 ]
42 intl/test/date_time_format_http_request_test: Fail # Issue 8983 42 intl/test/date_time_format_http_request_test: Fail # Issue 8983
43 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 43 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
44 custom_element: Fail # No Mutation Observers on IE9.
45 44
46 [ $runtime == safari ] 45 [ $runtime == safari ]
47 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 46 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
48 crypto/test/hmac_sha1_test: Fail # Issue 11407. 47 crypto/test/hmac_sha1_test: Fail # Issue 11407.
49 crypto/test/sha1_test: Fail # Issue 11407. 48 crypto/test/sha1_test: Fail # Issue 11407.
50 49
51 # Skip browser-specific tests on VM 50 # Skip browser-specific tests on VM
52 [ $runtime == vm ] 51 [ $runtime == vm ]
53 path/test/browser_test: Fail, OK # Uses dart:html 52 path/test/browser_test: Fail, OK # Uses dart:html
54 intl/test/find_default_locale_browser_test: Skip 53 intl/test/find_default_locale_browser_test: Skip
(...skipping 12 matching lines...) Expand all
67 # These tests are runtime negative but statically positive, so we skip 66 # These tests are runtime negative but statically positive, so we skip
68 # them in the analyzer. 67 # them in the analyzer.
69 unittest/test/mock_regexp_negative_test: Skip 68 unittest/test/mock_regexp_negative_test: Skip
70 unittest/test/mock_stepwise_negative_test: Skip 69 unittest/test/mock_stepwise_negative_test: Skip
71 70
72 [ $compiler == dart2js && $csp ] 71 [ $compiler == dart2js && $csp ]
73 unittest/test/unittest_test: Pass, Crash # Issue 10935 72 unittest/test/unittest_test: Pass, Crash # Issue 10935
74 observe/test/observe_test: Fail # Issue 11970 73 observe/test/observe_test: Fail # Issue 11970
75 observe/test/path_observer_test: Fail # Issue 11970 74 observe/test/path_observer_test: Fail # Issue 11970
76 mdv/test/binding_syntax_test: Fail # Issue 11970 75 mdv/test/binding_syntax_test: Fail # Issue 11970
77
78 serialization/test/serialization_test: Fail # Issue 6490 76 serialization/test/serialization_test: Fail # Issue 6490
79 serialization/test/no_library_test: Fail # Issue 6490 77 serialization/test/no_library_test: Fail # Issue 6490
80 78
79 # This test cannot run under CSP because it is injecting a JavaScript polyfill
80 mutation_observer: Skip
81
81 [ $compiler == dart2js && $minified ] 82 [ $compiler == dart2js && $minified ]
82 # The unminified unittest tests test that the real names of Dart types are 83 # The unminified unittest tests test that the real names of Dart types are
83 # printed. Minified versions of these tests exist that test the behavior when 84 # printed. Minified versions of these tests exist that test the behavior when
84 # minified. 85 # minified.
85 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 86 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
86 87
87 [ $compiler == dart2js && $browser ] 88 [ $compiler == dart2js && $browser ]
88 stack_trace/test/vm_test: Fail, OK # VM-specific traces 89 stack_trace/test/vm_test: Fail, OK # VM-specific traces
89 crypto/test/sha256_test: Slow, Pass 90 crypto/test/sha256_test: Slow, Pass
90 crypto/test/sha1_test: Slow, Pass 91 crypto/test/sha1_test: Slow, Pass
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 serialization/test/no_library_test: Skip # Expected Failure 172 serialization/test/no_library_test: Skip # Expected Failure
172 173
173 # Skip tests on the VM if the package depends on dart:html 174 # Skip tests on the VM if the package depends on dart:html
174 [ $runtime == vm ] 175 [ $runtime == vm ]
175 custom_element: Skip 176 custom_element: Skip
176 mdv: Skip 177 mdv: Skip
177 178
178 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 179 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
179 docgen/test/single_library_test: Skip # Uses dart:io 180 docgen/test/single_library_test: Skip # Uses dart:io
180 181
OLDNEW
« no previous file with comments | « pkg/mutation_observer/test/mutation_observer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698