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

Side by Side Diff: pkg/pkg.status

Issue 18530002: Mark pkg/mdv/test/custom_element_bindings_test as failing on dartium in debug mode (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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 | 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 # 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
11 11
12 # Don't run any test-like files that show up in packages directories. It 12 # Don't run any test-like files that show up in packages directories. It
13 # shouldn't be necessary to run "pub install" in these packages, but if you do 13 # shouldn't be necessary to run "pub install" in these packages, but if you do
14 # it shouldn't break the tests. 14 # it shouldn't break the tests.
15 */packages/*/*: Skip 15 */packages/*/*: Skip
16 */*/packages/*/*: Skip 16 */*/packages/*/*: Skip
17 */*/*/packages/*/*: Skip 17 */*/*/packages/*/*: Skip
18 18
19 # Skip non-test files ending with "_test". 19 # Skip non-test files ending with "_test".
20 scheduled_test/lib/*: Skip 20 scheduled_test/lib/*: Skip
21 21
22 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582 22 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582
23 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 23 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
24 24
25 # WebDriver tests have 3rd party dependencies (we need to run 25 # WebDriver tests have 3rd party dependencies (we need to run
26 # selenium_standalone.jar), so we skip these in our automated 26 # selenium_standalone.jar), so we skip these in our automated
27 # testing. 27 # testing.
28 webdriver/test/webdriver_test: Skip 28 webdriver/test/webdriver_test: Skip
29 29
30 [ $compiler == none && $runtime == drt && $mode == debug]
31 mdv/test/custom_element_bindings_test: Fail # Issue 11657
32
30 [ $compiler == dart2js && $runtime == ff ] 33 [ $compiler == dart2js && $runtime == ff ]
31 unittest/test/unittest_test: Pass, Timeout # http://dartbug.com/11473 34 unittest/test/unittest_test: Pass, Timeout # http://dartbug.com/11473
32 35
33 [ $runtime == d8 || $runtime == jsshell ] 36 [ $runtime == d8 || $runtime == jsshell ]
34 unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109 37 unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109
35 stack_trace/test/vm_test: Fail, OK # VM-specific traces 38 stack_trace/test/vm_test: Fail, OK # VM-specific traces
36 39
37 [$compiler == dart2dart] 40 [$compiler == dart2dart]
38 *: Skip 41 *: Skip
39 42
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 # test on Dartium, which requires all tests to have a library. 192 # test on Dartium, which requires all tests to have a library.
190 [ $runtime == dartium || $runtime == drt ] 193 [ $runtime == dartium || $runtime == drt ]
191 serialization/test/no_library_test: Skip # Expected Failure 194 serialization/test/no_library_test: Skip # Expected Failure
192 195
193 [ ($runtime == dartium || $runtime == drt) && $compiler == none ] 196 [ ($runtime == dartium || $runtime == drt) && $compiler == none ]
194 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490 197 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490
195 198
196 # Skip mdv tests on command line VM, they only run in the browser. 199 # Skip mdv tests on command line VM, they only run in the browser.
197 [ $runtime == vm ] 200 [ $runtime == vm ]
198 mdv: Skip 201 mdv: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698