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

Side by Side Diff: pkg/pkg.status

Issue 10911112: dartc can't compile dart:io, fix status to avoid using it (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 runnimng automated tests because it times out. This 7 # Skip it when runnimng 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
11 11
12 [$compiler == dart2dart] 12 [$compiler == dart2dart]
13 *: Skip 13 *: Skip
14 14
15 [ $runtime == opera ] 15 [ $runtime == opera ]
16 *: Skip 16 *: Skip
17 17
18 # Skip tests that use local file access if we're running in any browser 18 # Skip tests that use local file access if we're running in any browser
19 [ $runtime == opera || $runtime == ff || $runtime == ie || $runtime == dartium | | $runtime == chrome || $runtime == safari || $runtime == dartium ] 19 [ $runtime == opera || $runtime == ff || $runtime == ie || $runtime == dartium | | $runtime == chrome || $runtime == safari || $runtime == drt ]
20 intl/test/date_time_format_file_test: skip
21
22 # Skip tests that force dartc to compile dart:io, which seems to be hopelessly
23 # broken
24 [ $compiler == dartc]
Emily Fortuna 2012/09/05 21:15:06 have you been able to get in touch with whoever wo
20 intl/test/date_time_format_file_test: skip 25 intl/test/date_time_format_file_test: skip
21 26
22 [ $compiler == dartc ] 27 [ $compiler == dartc ]
23 unittest/test/mock_regexp_negative_test: fail 28 unittest/test/mock_regexp_negative_test: fail
24 unittest/test/mock_stepwise_negative_test: fail 29 unittest/test/mock_stepwise_negative_test: fail
25 30
26 [ $compiler == dart2js || $compiler == dartc ] 31 [ $compiler == dart2js || $compiler == dartc ]
27 unittest/test/instance_test: Skip 32 unittest/test/instance_test: Skip
28 33
29 [ $compiler == dart2js && $checked ] 34 [ $compiler == dart2js && $checked ]
30 fixnum/test/int_32_test: Fail # Issue 3720. 35 fixnum/test/int_32_test: Fail # Issue 3720.
31 fixnum/test/int_64_test: Fail # Issue 3720. 36 fixnum/test/int_64_test: Fail # Issue 3720.
32 37
33 [ $compiler == dart2js && $checked && $browser ] 38 [ $compiler == dart2js && $checked && $browser ]
34 args/test/args_test: Fail 39 args/test/args_test: Fail
35 intl/test/bidi_format_test: Fail 40 intl/test/bidi_format_test: Fail
36 intl/test/bidi_utils_test: Fail 41 intl/test/bidi_utils_test: Fail
37 intl/test/date_time_format_test: Fail 42 intl/test/date_time_format_test: Fail
38 intl/test/intl_message_test: Fail 43 intl/test/intl_message_test: Fail
39 intl/test/intl_test: Fail 44 intl/test/intl_test: Fail
40 intl/test/number_format_test: Fail 45 intl/test/number_format_test: Fail
41 logging/test/logging_test: Fail 46 logging/test/logging_test: Fail
42 unittest/test/matchers_test: Fail 47 unittest/test/matchers_test: Fail
43 unittest/test/mock_test: Fail 48 unittest/test/mock_test: Fail
44 unittest/test/unittest_test: Fail 49 unittest/test/unittest_test: Fail
45 yaml_test: Fail 50 yaml_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