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

Side by Side Diff: pkg/pkg.status

Issue 15492003: Split out unittest tests whose behavior differs in minified mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
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 # Run this test manually to verify that the fixnum library produces 5 # Run this test manually to verify that the fixnum library produces
6 # the same results as native ints on a set of directed and random inputs. 6 # the same results as native ints on a set of directed and random inputs.
7 # Skip it when running automated tests because it times out. This 7 # Skip it when running automated tests because it times out. This
8 # test only makes sense on runtimes that support 64-bit integer 8 # test only makes sense on runtimes that support 64-bit integer
9 # arithmetic natively, i.e., the VM. 9 # arithmetic natively, i.e., the VM.
10 fixnum/test/int_64_vm_test: Skip 10 fixnum/test/int_64_vm_test: Skip
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 [ $compiler == dart2js ] 119 [ $compiler == dart2js ]
120 unittest/test/instance_test: Skip 120 unittest/test/instance_test: Skip
121 121
122 [ $compiler == dart2js && $minified ] 122 [ $compiler == dart2js && $minified ]
123 # The unittest package relies on getting the original (non-minified) method 123 # The unittest package relies on getting the original (non-minified) method
124 # names in Invocation. You can't get that when minifying. 124 # names in Invocation. You can't get that when minifying.
125 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol. 125 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol.
126 unittest/test/mock_test: Fail 126 unittest/test/mock_test: Fail
127 unittest/test/mock_regexp_negative_test: Fail 127 unittest/test/mock_regexp_negative_test: Fail
128 128
129 # The unminified unittest tests test that the real names of Dart types are
130 # printed. Minified versions of these tests exist that test the behavior when
131 # minified.
132 unittest/test/*_unminified_test: Skip
133
134 [ $compiler == dart2js && $minified == false ]
135 # The minified unittest tests test that the minified names of Dart types are
136 # printed. Unminified versions of these tests exist that test the behavior when
137 # not minified.
138 unittest/test/*_minified_test: Skip
139
129 [ $compiler == none && $runtime == drt ] 140 [ $compiler == none && $runtime == drt ]
130 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. 141 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
131 142
132 [ $arch == arm ] 143 [ $arch == arm ]
133 *: Skip 144 *: Skip
134 145
135 [ $arch == simarm ] 146 [ $arch == simarm ]
136 *: Skip 147 *: Skip
137 148
138 [ $arch == mips ] 149 [ $arch == mips ]
139 *: Skip 150 *: Skip
140 151
141 [ $arch == simmips ] 152 [ $arch == simmips ]
142 *: Skip 153 *: Skip
143 154
144 # Skip serialization test that explicitly has no library declaration in the 155 # Skip serialization test that explicitly has no library declaration in the
145 # test on Dartium, which requires all tests to have a library. 156 # test on Dartium, which requires all tests to have a library.
146 [ $runtime == dartium || $runtime == drt ] 157 [ $runtime == dartium || $runtime == drt ]
147 serialization/test/no_library_test: Skip # Expected Failure 158 serialization/test/no_library_test: Skip # Expected Failure
148 159
149 # Skip mdv_observe tests on command line VM, they only run in the browser. 160 # Skip mdv_observe tests on command line VM, they only run in the browser.
150 [ $runtime == vm ] 161 [ $runtime == vm ]
151 mdv_observe: Skip 162 mdv_observe: Skip
OLDNEW
« no previous file with comments | « no previous file | pkg/unittest/test/matchers_minified_test.dart » ('j') | pkg/unittest/test/pretty_print_minified_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698