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

Side by Side Diff: samples/samples.status

Issue 329923002: Remove platform.js from polymer.html, hint in the linter that it should be used (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 [ $use_public_packages == false && $use_repository_packages == false] 5 [ $use_public_packages == false && $use_repository_packages == false]
6 pop_pop_win: Skip # Require packages 6 pop_pop_win: Skip # Require packages
7 7
8 [ $use_public_packages ]
9 polymer_intl: Fail # Issue 18059
Siggi Cherem (dart-lang) 2014/06/13 20:08:37 this was bogus (this is tracked in pkgbuild)
10
11 [ $browser ] 8 [ $browser ]
12 # Skip tests that uses dart:io 9 # Skip tests that uses dart:io
13 build_dart: Skip 10 build_dart: Skip
14 build_dart_simple: Skip 11 build_dart_simple: Skip
15 sample_extension: Skip 12 sample_extension: Skip
16 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265 13 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265
17 14
18 [ $compiler == none && $browser ] 15 [ $compiler == none && $browser ]
19 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) 16 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo)
20 17
(...skipping 27 matching lines...) Expand all
48 build_dart: Skip 45 build_dart: Skip
49 46
50 [ $compiler == dart2dart ] 47 [ $compiler == dart2dart ]
51 # Skip until we stabilize language tests. 48 # Skip until we stabilize language tests.
52 *: Skip 49 *: Skip
53 50
54 [ $compiler == dart2js && $mode == debug ] 51 [ $compiler == dart2js && $mode == debug ]
55 polymer_intl/test/polymer_intl_test: Pass, Timeout 52 polymer_intl/test/polymer_intl_test: Pass, Timeout
56 searchable_list/test/demo_app_test: Pass, Timeout 53 searchable_list/test/demo_app_test: Pass, Timeout
57 54
58 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) ] 55 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
59 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 56 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931
60 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 57 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931
61 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189 31, Issue 19127 58 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189 31, Issue 19127
62 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 59 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931
63 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 60 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931
64 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 61 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931
65 62
63 [ $compiler == none && $runtime == drt ]
64 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414
65
66 [ $arch == arm ] 66 [ $arch == arm ]
67 sample_extension/test/sample_extension_test: Skip # Issue 14705 67 sample_extension/test/sample_extension_test: Skip # Issue 14705
68 68
69 [ $arch == simarm64 ] 69 [ $arch == simarm64 ]
70 *: Skip 70 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698