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

Side by Side Diff: pkg/pkg.status

Issue 21026007: mark mutation_observer tests as failing on IE9 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « 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 24 matching lines...) Expand all
35 # overflow in JS (numbers slightly larger than 35 # overflow in JS (numbers slightly larger than
36 # 32 bits where we do bitwise operations). 36 # 32 bits where we do bitwise operations).
37 37
38 [ $runtime == opera && $compiler == dart2js ] 38 [ $runtime == opera && $compiler == dart2js ]
39 intl/test/find_default_locale_browser_test: Fail 39 intl/test/find_default_locale_browser_test: Fail
40 intl/test/date_time_format_http_request_test: Skip # Timeout. 40 intl/test/date_time_format_http_request_test: Skip # Timeout.
41 41
42 [ $runtime == ie9 ] 42 [ $runtime == ie9 ]
43 intl/test/date_time_format_http_request_test: Fail # Issue 8983 43 intl/test/date_time_format_http_request_test: Fail # Issue 8983
44 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 44 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
45 custom_element/test/custom_element_test: Fail # Issue 12132
46 mutation_observer/test/mutation_observer_test: Fail # Issue 12132
45 47
46 [ $runtime == safari ] 48 [ $runtime == safari ]
47 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 49 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
48 crypto/test/hmac_sha1_test: Fail # Issue 11407. 50 crypto/test/hmac_sha1_test: Fail # Issue 11407.
49 crypto/test/sha1_test: Fail # Issue 11407. 51 crypto/test/sha1_test: Fail # Issue 11407.
50 52
51 # Skip browser-specific tests on VM 53 # Skip browser-specific tests on VM
52 [ $runtime == vm ] 54 [ $runtime == vm ]
53 path/test/browser_test: Fail, OK # Uses dart:html 55 path/test/browser_test: Fail, OK # Uses dart:html
54 intl/test/find_default_locale_browser_test: Skip 56 intl/test/find_default_locale_browser_test: Skip
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 176
175 # Skip tests on the VM if the package depends on dart:html 177 # Skip tests on the VM if the package depends on dart:html
176 [ $runtime == vm ] 178 [ $runtime == vm ]
177 custom_element: Skip 179 custom_element: Skip
178 mdv: Skip 180 mdv: Skip
179 mutation_observer: Skip 181 mutation_observer: Skip
180 182
181 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 183 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
182 docgen/test/single_library_test: Skip # Uses dart:io 184 docgen/test/single_library_test: Skip # Uses dart:io
183 185
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