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

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

Issue 11878015: Default constructor for dart:io Path now handles native Windows paths. Path() now does the same as… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Don't change tools/version.dart until the binaries are updated. Created 7 years, 11 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm ] 7 [ $runtime == vm ]
8 package/package_isolate_test: Fail # Issue 7520. 8 package/package_isolate_test: Fail # Issue 7520.
9 io/test_runner_test: Pass, Fail # Issue 1947 9 io/test_runner_test: Pass, Fail # Issue 1947
10 10
(...skipping 25 matching lines...) Expand all
36 io/directory_non_ascii_test: Pass, Fail 36 io/directory_non_ascii_test: Pass, Fail
37 io/process_non_ascii_test: Pass, Fail 37 io/process_non_ascii_test: Pass, Fail
38 38
39 [ $runtime == vm && $system == windows ] 39 [ $runtime == vm && $system == windows ]
40 io/file_system_links_test: Skip # No links on Windows. 40 io/file_system_links_test: Skip # No links on Windows.
41 io/test_extension_fail_test: Fail # Issue 7157 41 io/test_extension_fail_test: Fail # Issue 7157
42 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 42 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157
43 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 43 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157
44 io/directory_list_nonexistent_test: Skip # Issue 7157 44 io/directory_list_nonexistent_test: Skip # Issue 7157
45 45
46 # Temporary suppression of test script unit tests, until we upload new binaries.
47 # This should be removed within a couple of hours: TODO(whesse).
48 status_expression_test: Skip
49 test_runner_exit_code_test: Skip
50 test_runner_test: Skip
51 status_file_parser_test: Skip
52 skipping_dart2js_compilations_test: Skip
53
46 [ $compiler == none && $runtime == drt ] 54 [ $compiler == none && $runtime == drt ]
47 io/*: Skip # Don't run tests using dart:io in the browser 55 io/*: Skip # Don't run tests using dart:io in the browser
48 crypto/*: Skip # Don't run tests using dart:io in the browser 56 crypto/*: Skip # Don't run tests using dart:io in the browser
49 package/*: Skip # Do not run those in Dartium. 57 package/*: Skip # Do not run those in Dartium.
50 debugger/*: Skip # Do not run standalone debugger tests in browser. 58 debugger/*: Skip # Do not run standalone debugger tests in browser.
51 59
52 [ $compiler == dartc ] 60 [ $compiler == dartc ]
53 61
54 # package test issue 7392 62 # package test issue 7392
55 package/package1_test: Fail 63 package/package1_test: Fail
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 [ $compiler == dart2js && $browser ] 114 [ $compiler == dart2js && $browser ]
107 *: Skip 115 *: Skip
108 116
109 [ $compiler == dart2js && $checked ] 117 [ $compiler == dart2js && $checked ]
110 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 118 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
111 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 119 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
112 120
113 [ $compiler == dart2dart ] 121 [ $compiler == dart2dart ]
114 # Skip until we stabilize language tests. 122 # Skip until we stabilize language tests.
115 *: Skip 123 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/windows_environment_test.dart ('k') | tools/html_json_doc/bin/html_json_doc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698