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

Side by Side Diff: packages/intl/.status

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « packages/intl/.gitignore ('k') | packages/intl/AUTHORS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
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.
4
5 # Don't run any test-like files that show up in packages directories.
6 */packages/*/*: Skip
7 */*/packages/*/*: Skip
8 */*/*/packages/*/*: Skip
9
10 build/test/intl_message_basic_example_test: Skip # invalid import under pub's pa ckage-layout
11
12 [ $compiler == dart2js ]
13 test/*: Skip # raw tests only meant to be run in dartium. Other browsers run
14 # the output of pub-build
15 test/intl_message_basic_example_test: Skip # invalid import under pub's package- layout
16
17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
18 test/date_time_format_http_request_test: Skip # Times out flakily. Issue 19544
19 test/date_time_format_local_even_test: Skip # Times out flakily. Issue 19544
20 test/date_time_format_local_odd_test: Skip # Times out flakily. Issue 19544
21 build/test/date_time_format_http_request_test: Skip # Times out flakily. Issue 1 9544
22 build/test/date_time_format_local_even_test: Skip # Times out flakily. Issue 195 44
23 build/test/date_time_format_local_odd_test: Skip # Times out flakily. Issue 1954 4
24
25 [ $runtime == opera && $compiler == dart2js ]
26 build/test/find_default_locale_browser_test: Fail
27 build/test/date_time_format_http_request_test: Skip # Timeout.
28
29 [ $ie ]
30 build/test/date_time_format_http_request_test: Fail # Issue 8983
31
32 [ $runtime == vm ]
33 test/find_default_locale_browser_test: Skip
34 test/date_time_format_http_request_test: Skip
35 build/*: Skip
36
37 [ $runtime == vm && $system == windows ]
38 test/find_default_locale_standalone_test: Fail # Issue 8110
39 build/test/find_default_locale_standalone_test: Fail # Issue 8110
40
41 [ $runtime == jsshell ]
42 test/number_closure_test: Fail # Doesn't support timer > 0, used in async test
43 build/test/number_closure_test: Fail # Doesn't support timer > 0, used in async test
44
45 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
46 build/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please tria ge.
47
48 [ $browser ]
49 test/date_time_format_file_even_test: Skip # Uses dart:io.
50 test/date_time_format_file_odd_test: Skip # Uses dart:io.
51 test/find_default_locale_standalone_test: Skip # Uses dart:io.
52 test/message_extraction/examples_parsing_test: Skip # Users dart:io
53 test/message_extraction/failed_extraction_test: Skip # Users dart:io
54 test/message_extraction/message_extraction_test: Skip # Uses dart:io.
55 test/message_extraction/message_extraction_no_deferred_test: Skip # Uses dart:io .
56 test/message_extraction/really_fail_extraction_test: Skip # Users dart:io
57 test/message_extraction/embedded_plural_text_after_test: Skip # Uses dart:io.
58 test/message_extraction/embedded_plural_text_before_test: Skip # Uses dart:io.
59 build/test/date_time_format_file_even_test: Skip # Uses dart:io.
60 build/test/date_time_format_file_odd_test: Skip # Uses dart:io.
61 build/test/find_default_locale_standalone_test: Skip # Uses dart:io.
62 build/test/message_extraction/examples_parsing_test: Skip # Users dart:io
63 build/test/message_extraction/failed_extraction_test: Skip # Users dart:io
64 build/test/message_extraction/message_extraction_test: Skip # Uses dart:io.
65 build/test/message_extraction/message_extraction_no_deferred_test: Skip # Uses d art:io.
66 build/test/message_extraction/really_fail_extraction_test: Skip # Users dart:io
67 build/test/message_extraction/embedded_plural_text_after_test: Skip # Uses dart: io.
68 build/test/message_extraction/embedded_plural_text_before_test: Skip # Uses dart :io.
OLDNEW
« no previous file with comments | « packages/intl/.gitignore ('k') | packages/intl/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698