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

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

Issue 10887037: Fix issue 1146: skip regular Mint test in 64 bit. Add Mint test for 64 bit. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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/medium_integer_test.dart ('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 out_of_memory_test: Skip # Issue 2345 5 out_of_memory_test: Skip # Issue 2345
6 6
7 package/invalid_uri_test: Fail, OK # Fails intentionally 7 package/invalid_uri_test: Fail, OK # Fails intentionally
8 8
9 [ $runtime == vm && $checked ] 9 [ $runtime == vm && $checked ]
10 # These tests have type errors on purpose. 10 # These tests have type errors on purpose.
(...skipping 28 matching lines...) Expand all
39 io/*: Skip # Don't run tests using dart:io in the browser 39 io/*: Skip # Don't run tests using dart:io in the browser
40 crypto/*: Skip # Don't run tests using dart:io in the browser 40 crypto/*: Skip # Don't run tests using dart:io in the browser
41 package/*: Skip # Do not run those in Dartium. 41 package/*: Skip # Do not run those in Dartium.
42 42
43 [ $compiler == dartc ] 43 [ $compiler == dartc ]
44 *: Skip 44 *: Skip
45 45
46 [ $compiler == frog ] 46 [ $compiler == frog ]
47 *: Skip 47 *: Skip
48 48
49 [ $arch == x64 ]
50 medium_integer_test: Fail # Issue 1146.
51
52
53 [ $arch == arm ] 49 [ $arch == arm ]
54 *: Skip 50 *: Skip
55 51
56 52
57 [ $arch == simarm ] 53 [ $arch == simarm ]
58 *: Skip 54 *: Skip
59 55
60 [ $compiler == dart2js ] 56 [ $compiler == dart2js ]
61 medium_integer_test: Fail, OK # cannot resolve type Mint 57 medium_integer_test: Fail, OK # cannot resolve type Mint
62 58
(...skipping 11 matching lines...) Expand all
74 [ $compiler == dart2js && $browser ] 70 [ $compiler == dart2js && $browser ]
75 *: Skip 71 *: Skip
76 72
77 [ $compiler == dart2js && $checked ] 73 [ $compiler == dart2js && $checked ]
78 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 74 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
79 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 75 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
80 76
81 [ $compiler == dart2dart ] 77 [ $compiler == dart2dart ]
82 # Skip until we stabilize language tests. 78 # Skip until we stabilize language tests.
83 *: Skip 79 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/medium_integer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698