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

Side by Side Diff: dart/pkg/pkg.status

Issue 14079003: Implement Symbol correctly in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 7 years, 8 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 | « no previous file | dart/runtime/lib/symbol_patch.dart » ('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 serialization/test/*: Skip # http://dartbug.com/9894 5 serialization/test/*: Skip # http://dartbug.com/9894
6 6
7 7
8 # Run this test manually to verify that the fixnum library produces 8 # Run this test manually to verify that the fixnum library produces
9 # the same results as native ints on a set of directed and random inputs. 9 # the same results as native ints on a set of directed and random inputs.
10 # Skip it when running automated tests because it times out. This 10 # Skip it when running automated tests because it times out. This
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 analyzer_experimental/test/generated/resolver_test: Skip 110 analyzer_experimental/test/generated/resolver_test: Skip
111 analyzer_experimental/test/generated/scanner_test: Skip 111 analyzer_experimental/test/generated/scanner_test: Skip
112 112
113 [ $compiler == dartc ] 113 [ $compiler == dartc ]
114 unittest/test/mock_regexp_negative_test: Fail 114 unittest/test/mock_regexp_negative_test: Fail
115 unittest/test/mock_stepwise_negative_test: Fail 115 unittest/test/mock_stepwise_negative_test: Fail
116 116
117 117
118 [ $compiler == dart2js ] 118 [ $compiler == dart2js ]
119 unittest/test/instance_test: Skip 119 unittest/test/instance_test: Skip
120 unittest/test/mock_test: Fail # MirrorSystem.getName not yet implemented in dart 2js. 120
121 121
122 [ $compiler == dart2js && $runtime == drt ] 122 [ $compiler == dart2js && $runtime == drt ]
123 intl/test/date_time_format_uninitialized_test: Pass, Fail # http://dartbug.com/9 000 123 intl/test/date_time_format_uninitialized_test: Pass, Fail # http://dartbug.com/9 000
124 124
125 [ $compiler == dart2js && $minified ] 125 [ $compiler == dart2js && $minified ]
126 # The unittest package relies on getting the original (non-minified) method 126 # The unittest package relies on getting the original (non-minified) method
127 # names in Invocation. You can't get that when minifying. 127 # names in Invocation. You can't get that when minifying.
128 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol. 128 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol.
129 unittest/test/mock_test: Fail 129 unittest/test/mock_test: Fail
130 130
(...skipping 12 matching lines...) Expand all
143 [ $arch == mips ] 143 [ $arch == mips ]
144 *: Skip 144 *: Skip
145 145
146 [ $arch == simmips ] 146 [ $arch == simmips ]
147 *: Skip 147 *: Skip
148 148
149 # Skip serialization test that explicitly has no library declaration in the 149 # Skip serialization test that explicitly has no library declaration in the
150 # test on Dartium, which requires all tests to have a library. 150 # test on Dartium, which requires all tests to have a library.
151 [ $runtime == dartium || $runtime == drt ] 151 [ $runtime == dartium || $runtime == drt ]
152 serialization/test/no_library_test: Skip # Expected Failure 152 serialization/test/no_library_test: Skip # Expected Failure
OLDNEW
« no previous file with comments | « no previous file | dart/runtime/lib/symbol_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698