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

Side by Side Diff: tests/utils/utils.status

Issue 1136523008: Revert "dart2js cps: Introduce GetStatic/SetStatic." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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
« no previous file with comments | « tests/standalone/standalone.status ('k') | no next file » | 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 [ $compiler == dart2js && $host_checked ] 5 [ $compiler == dart2js && $host_checked ]
6 dummy_compiler_test: Crash # Issue 22809 6 dummy_compiler_test: Crash # Issue 22809
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 dummy_compiler_test: Slow, Pass 9 dummy_compiler_test: Slow, Pass
10 recursive_import_test: Slow, Pass 10 recursive_import_test: Slow, Pass
(...skipping 12 matching lines...) Expand all
23 source_mirrors_test: Slow, Pass 23 source_mirrors_test: Slow, Pass
24 dummy_compiler_test: Slow, Pass 24 dummy_compiler_test: Slow, Pass
25 25
26 [ $compiler == none && $runtime == ContentShellOnAndroid ] 26 [ $compiler == none && $runtime == ContentShellOnAndroid ]
27 dummy_compiler_test: Pass, RuntimeError # Issue 17662 27 dummy_compiler_test: Pass, RuntimeError # Issue 17662
28 recursive_import_test: Pass, RuntimeError # Issue 17662 28 recursive_import_test: Pass, RuntimeError # Issue 17662
29 source_mirrors_test: Pass, RuntimeError # Issue 17662 29 source_mirrors_test: Pass, RuntimeError # Issue 17662
30 30
31 [ $compiler == dart2js && $cps_ir ] 31 [ $compiler == dart2js && $cps_ir ]
32 dummy_compiler_test: Crash # (provider): handleStaticFunctionGet: function(provi der) 32 dummy_compiler_test: Crash # (provider): handleStaticFunctionGet: function(provi der)
33 recursive_import_test : Crash # t: Failed assertion: line 1960 pos 12: 'compiler .compilationFailed' is not true. 33 recursive_import_test: Crash # (asyncSuccess): handleStaticFunctionGet: function (asyncSuccess)
34 source_mirrors_test : Crash # t: Failed assertion: line 1960 pos 12: 'compiler.c ompilationFailed' is not true. 34 source_mirrors_test: Crash # (provider): handleStaticFunctionGet: function(provi der)
OLDNEW
« no previous file with comments | « tests/standalone/standalone.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698