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

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

Issue 8575004: Test for immutable Lists in ListSet API methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix standalone 5 prefix standalone
6 6
7 [ $component == vm && $checked ] 7 [ $component == vm && $checked ]
8 # These tests have type errors on purpose. 8 # These tests have type errors on purpose.
9 ProcessInvalidArgumentsTest: Fail, OK 9 ProcessInvalidArgumentsTest: Fail, OK
10 DirectoryInvalidArgumentsTest: Fail, OK 10 DirectoryInvalidArgumentsTest: Fail, OK
(...skipping 11 matching lines...) Expand all
22 22
23 [ $component == dartium ] 23 [ $component == dartium ]
24 # Server specific tests OK to fail in the browser 24 # Server specific tests OK to fail in the browser
25 EchoServerTest: Skip # Uses Socket 25 EchoServerTest: Skip # Uses Socket
26 EchoServerStreamTest: Skip # Uses Socket 26 EchoServerStreamTest: Skip # Uses Socket
27 EchoServerStreamReadUntilTest: Skip # Uses Socket 27 EchoServerStreamReadUntilTest: Skip # Uses Socket
28 ManyEchoServerTest: Skip # Uses Socket 28 ManyEchoServerTest: Skip # Uses Socket
29 SocketCloseTest: Skip # Uses Socket 29 SocketCloseTest: Skip # Uses Socket
30 SocketExceptionTest: Skip # Uses Socket 30 SocketExceptionTest: Skip # Uses Socket
31 SocketManyConnectionsTest: Skip # Uses Socket 31 SocketManyConnectionsTest: Skip # Uses Socket
32 ReadIntoConstList: Skip # Uses File
32 FileTest: Skip 33 FileTest: Skip
33 ManyEchoServerTest: Skip # Uses Socket 34 ManyEchoServerTest: Skip # Uses Socket
34 TimerTest: Skip # Uses EventHandler 35 TimerTest: Skip # Uses EventHandler
35 TimerRepeatTest: Skip # Uses EventHandler 36 TimerRepeatTest: Skip # Uses EventHandler
36 MultipleTimerTest: Skip # Uses EventHandler 37 MultipleTimerTest: Skip # Uses EventHandler
37 TimerCancelTest: Skip # Uses EventHandler 38 TimerCancelTest: Skip # Uses EventHandler
38 TimerCancel1Test: Skip # Uses EventHandler 39 TimerCancel1Test: Skip # Uses EventHandler
39 TimerCancel2Test: Skip # Uses EventHandler 40 TimerCancel2Test: Skip # Uses EventHandler
40 FileInputStreamTest: Skip # Uses TextFileInputStream. 41 FileInputStreamTest: Skip # Uses TextFileInputStream.
41 Process*: Skip # Uses Process 42 Process*: Skip # Uses Process
(...skipping 21 matching lines...) Expand all
63 [ $arch == x64 ] 64 [ $arch == x64 ]
64 *: Skip 65 *: Skip
65 66
66 67
67 [ $arch == arm ] 68 [ $arch == arm ]
68 *: Skip 69 *: Skip
69 70
70 71
71 [ $arch == simarm ] 72 [ $arch == simarm ]
72 *: Skip 73 *: Skip
OLDNEW
« runtime/bin/socket_impl.dart ('K') | « tests/standalone/src/ReadIntoConstList.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698