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

Side by Side Diff: samples/samples.status

Issue 569583002: Make dart2js deferred loading work in cps mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 6 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
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 [ $browser ] 8 [ $browser ]
9 # Skip tests that uses dart:io 9 # Skip tests that uses dart:io
10 build_dart: Skip 10 build_dart: Skip
(...skipping 24 matching lines...) Expand all
35 [ $compiler == dart2js && $runtime == none ] 35 [ $compiler == dart2js && $runtime == none ]
36 *: Fail, Pass # TODO(ahe): Triage these tests. 36 *: Fail, Pass # TODO(ahe): Triage these tests.
37 37
38 [ $compiler == dart2analyzer ] 38 [ $compiler == dart2analyzer ]
39 build_dart: Skip 39 build_dart: Skip
40 40
41 [ $compiler == dart2dart ] 41 [ $compiler == dart2dart ]
42 # Skip until we stabilize language tests. 42 # Skip until we stabilize language tests.
43 *: Skip 43 *: Skip
44 44
45 [ $compiler == dart2js && $csp ]
46 polymer_intl/test/polymer_intl_test: RuntimeError # Issue 20901
47
48 [ $compiler == dart2js && $mode == debug ] 45 [ $compiler == dart2js && $mode == debug ]
49 polymer_intl/test/polymer_intl_test: Pass, Timeout 46 polymer_intl/test/polymer_intl_test: Pass, Timeout
50 searchable_list/test/demo_app_test: Pass, Timeout 47 searchable_list/test/demo_app_test: Pass, Timeout
51 48
52 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 49 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
53 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 50 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931
54 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 51 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931
55 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189 31, Issue 19127 52 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189 31, Issue 19127
56 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 53 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931
57 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 54 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931
58 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 55 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931
59 56
60 [ $compiler == none && $runtime == ContentShellOnAndroid ] 57 [ $compiler == none && $runtime == ContentShellOnAndroid ]
61 third_party/todomvc/test/listorder_test: Skip # Times out 58 third_party/todomvc/test/listorder_test: Skip # Times out
62 third_party/todomvc/test/mainpage_test: Skip # Times out 59 third_party/todomvc/test/mainpage_test: Skip # Times out
63 third_party/todomvc/test/markdone_shadow_test: Skip # Times out 60 third_party/todomvc/test/markdone_shadow_test: Skip # Times out
64 third_party/todomvc/test/markdone_test: Skip # Times out 61 third_party/todomvc/test/markdone_test: Skip # Times out
65 62
66 63
67 64
68 [ $compiler == none && $runtime == drt ] 65 [ $compiler == none && $runtime == drt ]
69 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 66 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414
70 67
71 [ $arch == arm ] 68 [ $arch == arm ]
72 sample_extension/test/sample_extension_test: Skip # Issue 14705 69 sample_extension/test/sample_extension_test: Skip # Issue 14705
73 70
74 [ $arch == simarm64 ] 71 [ $arch == simarm64 ]
75 *: Skip 72 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698