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

Side by Side Diff: pkg/pkg.status

Issue 12733003: Adds facilities for extracting Intl.message calls and generating code from translations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review comments, also made tests more robust, removed scheduled_test dependency 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
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 15 matching lines...) Expand all
26 scheduled_test/test/*: Skip 26 scheduled_test/test/*: Skip
27 27
28 # Skip tests that use local file access if we're running in any browser 28 # Skip tests that use local file access if we're running in any browser
29 [ $runtime == opera || $runtime == ff || $runtime == ie9 || $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime == drt || $runtime == j sshell] 29 [ $runtime == opera || $runtime == ff || $runtime == ie9 || $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime == drt || $runtime == j sshell]
30 http/test/*: Skip 30 http/test/*: Skip
31 oauth2/test/*: Skip 31 oauth2/test/*: Skip
32 pathos/test/*: Skip 32 pathos/test/*: Skip
33 intl/test/date_time_format_file_even_test: Skip 33 intl/test/date_time_format_file_even_test: Skip
34 intl/test/date_time_format_file_odd_test: Skip 34 intl/test/date_time_format_file_odd_test: Skip
35 intl/test/find_default_locale_standalone_test: Skip 35 intl/test/find_default_locale_standalone_test: Skip
36 intl/test/message_extraction/message_extraction_test: Skip
36 analyzer_experimental/test/options_test: Skip # Imports dart:io. 37 analyzer_experimental/test/options_test: Skip # Imports dart:io.
37 analyzer_experimental/test/generated/ast_test: Skip # Imports dart:io. 38 analyzer_experimental/test/generated/ast_test: Skip # Imports dart:io.
38 analyzer_experimental/test/generated/element_test: Skip # Imports dart:io. 39 analyzer_experimental/test/generated/element_test: Skip # Imports dart:io.
39 analyzer_experimental/test/generated/parser_test: Skip # Imports dart:io. 40 analyzer_experimental/test/generated/parser_test: Skip # Imports dart:io.
40 analyzer_experimental/test/generated/resolver_test: Skip # Imports dart:io. 41 analyzer_experimental/test/generated/resolver_test: Skip # Imports dart:io.
41 analyzer_experimental/test/generated/scanner_test: Skip # Imports dart:io. 42 analyzer_experimental/test/generated/scanner_test: Skip # Imports dart:io.
42 43
43 # Issue 8440 forces us to use pathos in the scheduled_test tests, which would 44 # Issue 8440 forces us to use pathos in the scheduled_test tests, which would
44 # otherwise be dart2js-compatible. 45 # otherwise be dart2js-compatible.
45 scheduled_test/test/*: Skip 46 scheduled_test/test/*: Skip
(...skipping 14 matching lines...) Expand all
60 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 61 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
61 62
62 # Skip http request tests on Dartium while resolving an odd 63 # Skip http request tests on Dartium while resolving an odd
63 # error there that causes the tests to timeout. 64 # error there that causes the tests to timeout.
64 [ $runtime == dartium || $runtime == drt ] 65 [ $runtime == dartium || $runtime == drt ]
65 intl/test/date_time_format_http_request_test: Skip 66 intl/test/date_time_format_http_request_test: Skip
66 67
67 [ $compiler == dart2js ] 68 [ $compiler == dart2js ]
68 # Skip intl_message tests that use mirrors on dart2js until it's been 69 # Skip intl_message tests that use mirrors on dart2js until it's been
69 # implemented there. 70 # implemented there.
70 intl/test/intl_message_test: Skip
71 intl/test/intl_message_basic_example_test: Skip
72 serialization/test/serialization_test: Skip 71 serialization/test/serialization_test: Skip
73 analyzer_experimental/test/generated/ast_test: Skip 72 analyzer_experimental/test/generated/ast_test: Skip
74 analyzer_experimental/test/generated/element_test: Skip 73 analyzer_experimental/test/generated/element_test: Skip
75 analyzer_experimental/test/generated/parser_test: Skip 74 analyzer_experimental/test/generated/parser_test: Skip
76 analyzer_experimental/test/generated/resolver_test: Skip 75 analyzer_experimental/test/generated/resolver_test: Skip
77 analyzer_experimental/test/generated/scanner_test: Skip 76 analyzer_experimental/test/generated/scanner_test: Skip
78 77
79 [ $compiler == dartc ] 78 [ $compiler == dartc ]
80 unittest/test/mock_regexp_negative_test: Fail 79 unittest/test/mock_regexp_negative_test: Fail
81 unittest/test/mock_stepwise_negative_test: Fail 80 unittest/test/mock_stepwise_negative_test: Fail
(...skipping 18 matching lines...) Expand all
100 *: Skip 99 *: Skip
101 100
102 [ $arch == simarm ] 101 [ $arch == simarm ]
103 *: Skip 102 *: Skip
104 103
105 [ $arch == mips ] 104 [ $arch == mips ]
106 *: Skip 105 *: Skip
107 106
108 [ $arch == simmips ] 107 [ $arch == simmips ]
109 *: Skip 108 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698