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

Side by Side Diff: pkg/pkg.status

Issue 342273002: Change test expectation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 [ $runtime == jsshell ] 110 [ $runtime == jsshell ]
111 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 111 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
112 112
113 [ $runtime == d8 || $runtime == jsshell ] 113 [ $runtime == d8 || $runtime == jsshell ]
114 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 114 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
115 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 115 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
116 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 116 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
117 117
118 [ $runtime == jsshell ] 118 [ $runtime == jsshell ]
119 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 119 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
120 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 120 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728
121 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109 121 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109
122 122
123 [ $compiler == dart2js && $runtime == drt ] 123 [ $compiler == dart2js && $runtime == drt ]
124 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 124 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
125 125
126 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 126 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
127 polymer/example: Skip # Uses dart:html 127 polymer/example: Skip # Uses dart:html
128 polymer/e2e_test: Skip # Uses dart:html 128 polymer/e2e_test: Skip # Uses dart:html
129 polymer/test/auto_binding_test: Skip # uses dart:html 129 polymer/test/auto_binding_test: Skip # uses dart:html
130 polymer/test/attr_deserialize_test: Skip # uses dart:html 130 polymer/test/attr_deserialize_test: Skip # uses dart:html
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 http/test/multipart_test: Fail 424 http/test/multipart_test: Fail
425 http/test/request_test: Fail 425 http/test/request_test: Fail
426 http/test/response_test: Fail 426 http/test/response_test: Fail
427 oauth2/test/authorization_code_grant_test: Fail 427 oauth2/test/authorization_code_grant_test: Fail
428 oauth2/test/client_test: Fail 428 oauth2/test/client_test: Fail
429 oauth2/test/credentials_test: Fail 429 oauth2/test/credentials_test: Fail
430 oauth2/test/handle_access_token_response_test: Fail 430 oauth2/test/handle_access_token_response_test: Fail
431 431
432 [ $runtime == drt ] 432 [ $runtime == drt ]
433 http/test/html/client_test: Skip # Issue 18566 433 http/test/html/client_test: Skip # Issue 18566
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