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

Side by Side Diff: pkg/pkg.status

Issue 12440028: Skip analyzer-experimental/.../resolver_test test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 # Run this test manually to verify that the fixnum library produces 5 # Run this test manually to verify that the fixnum library produces
6 # the same results as native ints on a set of directed and random inputs. 6 # the same results as native ints on a set of directed and random inputs.
7 # Skip it when running automated tests because it times out. This 7 # Skip it when running automated tests because it times out. This
8 # test only makes sense on runtimes that support 64-bit integer 8 # test only makes sense on runtimes that support 64-bit integer
9 # arithmetic natively, i.e., the VM. 9 # arithmetic natively, i.e., the VM.
10 fixnum/test/int_64_vm_test: Skip 10 fixnum/test/int_64_vm_test: Skip
(...skipping 19 matching lines...) Expand all
30 30
31 # Skip tests that use local file access if we're running in any browser 31 # Skip tests that use local file access if we're running in any browser
32 [ $runtime == opera || $runtime == ff || $runtime == ie9 || $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime == drt || $runtime == j sshell] 32 [ $runtime == opera || $runtime == ff || $runtime == ie9 || $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime == drt || $runtime == j sshell]
33 http/test/*: Skip 33 http/test/*: Skip
34 oauth2/test/*: Skip 34 oauth2/test/*: Skip
35 pathos/test/*: Skip 35 pathos/test/*: Skip
36 intl/test/date_time_format_file_even_test: Skip 36 intl/test/date_time_format_file_even_test: Skip
37 intl/test/date_time_format_file_odd_test: Skip 37 intl/test/date_time_format_file_odd_test: Skip
38 intl/test/find_default_locale_standalone_test: Skip 38 intl/test/find_default_locale_standalone_test: Skip
39 analyzer-experimental/test/options_test: Skip # Imports dart:io. 39 analyzer-experimental/test/options_test: Skip # Imports dart:io.
40 analyzer-experimental/test/generated/ast_test: Skip # Imports dart:io.
41 analyzer-experimental/test/generated/element_test: Skip # Imports dart:io.
40 analyzer-experimental/test/generated/parser_test: Skip # Imports dart:io. 42 analyzer-experimental/test/generated/parser_test: Skip # Imports dart:io.
43 analyzer-experimental/test/generated/resolver_test: Skip # Imports dart:io.
41 analyzer-experimental/test/generated/scanner_test: Skip # Imports dart:io. 44 analyzer-experimental/test/generated/scanner_test: Skip # Imports dart:io.
42 analyzer-experimental/test/generated/element_test: Skip # Imports dart:io.
43 analyzer-experimental/test/generated/ast_test: Skip # Imports dart:io.
44 45
45 # Issue 8440 forces us to use pathos in the scheduled_test tests, which would 46 # Issue 8440 forces us to use pathos in the scheduled_test tests, which would
46 # otherwise be dart2js-compatible. 47 # otherwise be dart2js-compatible.
47 scheduled_test/test/*: Skip 48 scheduled_test/test/*: Skip
48 49
49 [ $runtime == opera && $compiler == dart2js ] 50 [ $runtime == opera && $compiler == dart2js ]
50 intl/test/find_default_locale_browser_test: Fail 51 intl/test/find_default_locale_browser_test: Fail
51 intl/test/date_time_format_http_request_test: Skip # Timeout. 52 intl/test/date_time_format_http_request_test: Skip # Timeout.
52 53
53 [ $runtime == ie9 ] 54 [ $runtime == ie9 ]
(...skipping 11 matching lines...) Expand all
65 # error there that causes the tests to timeout. 66 # error there that causes the tests to timeout.
66 [ $runtime == dartium || $runtime == drt ] 67 [ $runtime == dartium || $runtime == drt ]
67 intl/test/date_time_format_http_request_test: Skip 68 intl/test/date_time_format_http_request_test: Skip
68 69
69 [ $compiler == dart2js ] 70 [ $compiler == dart2js ]
70 # Skip intl_message tests that use mirrors on dart2js until it's been 71 # Skip intl_message tests that use mirrors on dart2js until it's been
71 # implemented there. 72 # implemented there.
72 intl/test/intl_message_test: Skip 73 intl/test/intl_message_test: Skip
73 intl/test/intl_message_basic_example_test: Skip 74 intl/test/intl_message_basic_example_test: Skip
74 serialization/test/serialization_test: Skip 75 serialization/test/serialization_test: Skip
76 analyzer-experimental/test/generated/ast_test: Skip
77 analyzer-experimental/test/generated/element_test: Skip
75 analyzer-experimental/test/generated/parser_test: Skip 78 analyzer-experimental/test/generated/parser_test: Skip
79 analyzer-experimental/test/generated/resolver_test: Skip
Emily Fortuna 2013/03/11 23:31:36 this line doesn't need to be added, because it pas
76 analyzer-experimental/test/generated/scanner_test: Skip 80 analyzer-experimental/test/generated/scanner_test: Skip
77 analyzer-experimental/test/generated/element_test: Skip
78 analyzer-experimental/test/generated/ast_test: Skip
79 81
80 [ $compiler == dartc ] 82 [ $compiler == dartc ]
81 unittest/test/mock_regexp_negative_test: Fail 83 unittest/test/mock_regexp_negative_test: Fail
82 unittest/test/mock_stepwise_negative_test: Fail 84 unittest/test/mock_stepwise_negative_test: Fail
83 85
84 86
85 [ $compiler == dart2js ] 87 [ $compiler == dart2js ]
86 unittest/test/instance_test: Skip 88 unittest/test/instance_test: Skip
87 89
88 [ $compiler == dart2js && $runtime == drt ] 90 [ $compiler == dart2js && $runtime == drt ]
89 intl/test/date_time_format_unitialized_test: Pass, Fail # http://dartbug.com/900 0 91 intl/test/date_time_format_unitialized_test: Pass, Fail # http://dartbug.com/900 0
90 92
91 [ $compiler == none && $runtime == drt ] 93 [ $compiler == none && $runtime == drt ]
92 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. 94 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
93 95
94 [ $arch == arm ] 96 [ $arch == arm ]
95 *: Skip 97 *: Skip
96 98
97 [ $arch == simarm ] 99 [ $arch == simarm ]
98 *: Skip 100 *: Skip
99 101
100 [ $arch == mips ] 102 [ $arch == mips ]
101 *: Skip 103 *: Skip
102 104
103 [ $arch == simmips ] 105 [ $arch == simmips ]
104 *: Skip 106 *: Skip
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