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

Side by Side Diff: pkg/pkg.status

Issue 1253333002: dart2js cps: Support async/await by rewriting the JavaScript AST. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Rewrite to switch. Created 5 years, 4 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 | « pkg/compiler/lib/src/tree_ir/tree_ir_tracer.dart ('k') | tests/co19/co19-dart2js.status » ('j') | 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 mutation_observer: Skip 147 mutation_observer: Skip
148 148
149 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 149 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
150 third_party/di_tests/di_test: Pass, Slow # Issue 22896 150 third_party/di_tests/di_test: Pass, Slow # Issue 22896
151 151
152 [ $use_repository_packages ] 152 [ $use_repository_packages ]
153 analyzer/test/*: PubGetError 153 analyzer/test/*: PubGetError
154 154
155 [ $compiler == dart2js && $cps_ir ] 155 [ $compiler == dart2js && $cps_ir ]
156 analyzer/test/cancelable_future_test: Crash # Invalid argument(s) 156 analyzer/test/cancelable_future_test: Crash # Invalid argument(s)
157 analyzer/test/enum_test: Crash # (static Iterable<Str... cannot handle async/sy nc*/async* functions 157 analyzer/test/enum_test: Crash # (static Iterable<Str... cannot handle sync*/as ync* functions
158 analyzer/test/file_system/physical_resource_provider_test: Crash # (Future _poll ()async... cannot handle async/sync*/async* functions 158 analyzer/test/generated/all_the_rest_test: Crash # Invalid argument(s)
159 analyzer/test/generated/all_the_rest_test: Crash # (Future test_implici... cann ot handle async/sync*/async* functions
160 analyzer/test/src/context/context_test: Crash # Invalid argument(s) 159 analyzer/test/src/context/context_test: Crash # Invalid argument(s)
161 typed_data/test/typed_buffers_test/none: RuntimeError # Please triage this failu re. 160 typed_data/test/typed_buffers_test/none: RuntimeError # Please triage this failu re.
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/tree_ir/tree_ir_tracer.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698