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

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

Issue 18400002: Roll back "Use package:stack_trace in unittest." (Closed) Base URL: https://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
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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # Fails intentionally 10 package/invalid_uri_test: Fail, OK # Fails intentionally
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 io/http_cookie_date_test: Skip # dartc cannot parse dart:io unit tests. 69 io/http_cookie_date_test: Skip # dartc cannot parse dart:io unit tests.
70 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. 70 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests.
71 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. 71 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests.
72 io/web_socket_protocol_processor_test: Skip # dart:io unit test. 72 io/web_socket_protocol_processor_test: Skip # dart:io unit test.
73 73
74 io/process_exit_negative_test: Fail # This is a compilation-time negative test. 74 io/process_exit_negative_test: Fail # This is a compilation-time negative test.
75 75
76 76
77 [ $compiler == dartanalyzer ] 77 [ $compiler == dartanalyzer ]
78 53bit_overflow_literal_test/01: fail, ok 78 53bit_overflow_literal_test/01: fail, ok
79 package/package_isolate_test: fail # issue 11647
80 79
81 # test issue https://code.google.com/p/dart/issues/detail?id=11518 80 # test issue https://code.google.com/p/dart/issues/detail?id=11518
82 io/file_constructor_test: fail 81 io/file_constructor_test: fail
83 82
84 # The dart:io library is created at build time from separate files, and 83 # The dart:io library is created at build time from separate files, and
85 # there is no language-spec compatible way to run unit tests on the private 84 # there is no language-spec compatible way to run unit tests on the private
86 # members and methods of dart:io. 85 # members and methods of dart:io.
87 # Dart analyzer spots the misuse of 'part' directives in these unit tests. 86 # Dart analyzer spots the misuse of 'part' directives in these unit tests.
88 io/http_headers_test: Skip 87 io/http_headers_test: Skip
89 io/http_cookie_date_test: Skip 88 io/http_cookie_date_test: Skip
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 155
157 [ $arch == simarm ] 156 [ $arch == simarm ]
158 out_of_memory_test: Skip # passes on Mac, crashes on Linux 157 out_of_memory_test: Skip # passes on Mac, crashes on Linux
159 158
160 [ $arch == mips ] 159 [ $arch == mips ]
161 *: Skip 160 *: Skip
162 161
163 [ $arch == simmips ] 162 [ $arch == simmips ]
164 io/file_fuzz_test: Pass, Timeout 163 io/file_fuzz_test: Pass, Timeout
165 out_of_memory_test: Skip # passes on Mac, crashes on Linux 164 out_of_memory_test: Skip # passes on Mac, crashes on Linux
OLDNEW
« no previous file with comments | « sdk/lib/_internal/pub/test/command_line_config.dart ('k') | utils/testrunner/standard_test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698