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

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

Issue 14049009: Rename Invocation to InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged 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
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 117
118 [ $compiler == dart2js ] 118 [ $compiler == dart2js ]
119 unittest/test/instance_test: Skip 119 unittest/test/instance_test: Skip
120 120
121 [ $compiler == dart2js && $runtime == drt ] 121 [ $compiler == dart2js && $runtime == drt ]
122 intl/test/date_time_format_uninitialized_test: Pass, Fail # http://dartbug.com/9 000 122 intl/test/date_time_format_uninitialized_test: Pass, Fail # http://dartbug.com/9 000
123 123
124 [ $compiler == dart2js && $minified ] 124 [ $compiler == dart2js && $minified ]
125 # The unittest package relies on getting the original (non-minified) method 125 # The unittest package relies on getting the original (non-minified) method
126 # names in InvocationMirrors. You can't get that when minifying. 126 # names in Invocation. You can't get that when minifying.
127 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol.
127 unittest/test/mock_test: Fail 128 unittest/test/mock_test: Fail
128 unittest/test/mock_regexp_negative_test: Fail 129 unittest/test/mock_regexp_negative_test: Fail
129 130
130 [ $compiler == dart2js && $csp && $runtime == drt ] 131 [ $compiler == dart2js && $csp && $runtime == drt ]
131 unittest/test/unittest_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9 407 132 unittest/test/unittest_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9 407
132 133
133 [ $compiler == none && $runtime == drt ] 134 [ $compiler == none && $runtime == drt ]
134 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. 135 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
135 136
136 [ $arch == arm ] 137 [ $arch == arm ]
137 *: Skip 138 *: Skip
138 139
139 [ $arch == simarm ] 140 [ $arch == simarm ]
140 *: Skip 141 *: Skip
141 142
142 [ $arch == mips ] 143 [ $arch == mips ]
143 *: Skip 144 *: Skip
144 145
145 [ $arch == simmips ] 146 [ $arch == simmips ]
146 *: Skip 147 *: Skip
147 148
148 # Skip serialization test that explicitly has no library declaration in the 149 # Skip serialization test that explicitly has no library declaration in the
149 # test on Dartium, which requires all tests to have a library. 150 # test on Dartium, which requires all tests to have a library.
150 [ $runtime == dartium || $runtime == drt ] 151 [ $runtime == dartium || $runtime == drt ]
151 serialization/test/no_library_test: Skip # Expected Failure 152 serialization/test/no_library_test: Skip # Expected Failure
OLDNEW
« no previous file with comments | « dart/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | dart/pkg/unittest/lib/mock.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698