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

Side by Side Diff: pkg/pkg.status

Issue 533323003: Fix glob match and parse tests for Windows and URL styles. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 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 | « pkg/glob/test/parse_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 # 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 255
256 # Skip browser-specific tests on VM 256 # Skip browser-specific tests on VM
257 [ $runtime == vm ] 257 [ $runtime == vm ]
258 path/test/browser_test: Fail, OK # Uses dart:html 258 path/test/browser_test: Fail, OK # Uses dart:html
259 intl/test/find_default_locale_browser_test: Skip 259 intl/test/find_default_locale_browser_test: Skip
260 intl/test/date_time_format_http_request_test: Skip 260 intl/test/date_time_format_http_request_test: Skip
261 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. 261 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
262 262
263 [ $runtime == vm && $system == windows ] 263 [ $runtime == vm && $system == windows ]
264 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 264 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
265 glob/test/match_test: RuntimeError # Issue 20789
266 glob/test/parse_test: RuntimeError # Issue 20789
267 265
268 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 266 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
269 # These tests are runtime negative but statically positive, so we skip 267 # These tests are runtime negative but statically positive, so we skip
270 # them in the analyzer. 268 # them in the analyzer.
271 mock/test/mock_regexp_negative_test: Skip 269 mock/test/mock_regexp_negative_test: Skip
272 mock/test/mock_stepwise_negative_test: Skip 270 mock/test/mock_stepwise_negative_test: Skip
273 polymer/e2e_test/canonicalization: Skip 271 polymer/e2e_test/canonicalization: Skip
274 polymer/e2e_test/experimental_boot: Skip 272 polymer/e2e_test/experimental_boot: Skip
275 273
276 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 274 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 mutation_observer: Skip 422 mutation_observer: Skip
425 polymer_expressions/test/syntax_test: Skip 423 polymer_expressions/test/syntax_test: Skip
426 polymer_expressions/test/globals_test: Skip 424 polymer_expressions/test/globals_test: Skip
427 polymer_expressions/test/bindings_test: Skip 425 polymer_expressions/test/bindings_test: Skip
428 third_party/html5lib/test/browser/browser_test: Skip 426 third_party/html5lib/test/browser/browser_test: Skip
429 http/test/html/*: Skip 427 http/test/html/*: Skip
430 428
431 [ $browser ] 429 [ $browser ]
432 docgen/test/*: Skip # Uses dart:io 430 docgen/test/*: Skip # Uses dart:io
433 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 431 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
434 glob/test/match_test: RuntimeError # Issue 20788
435 432
436 [ $browser || $runtime == vm ] 433 [ $browser || $runtime == vm ]
437 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 434 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
438 435
439 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 436 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
440 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 437 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
441 438
442 [ $runtime == vm && ($system == windows || $system == macos) ] 439 [ $runtime == vm && ($system == windows || $system == macos) ]
443 watcher/test/*/linux_test: Skip 440 watcher/test/*/linux_test: Skip
444 441
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 oauth2/test/authorization_code_grant_test: Fail 473 oauth2/test/authorization_code_grant_test: Fail
477 oauth2/test/client_test: Fail 474 oauth2/test/client_test: Fail
478 oauth2/test/credentials_test: Fail 475 oauth2/test/credentials_test: Fail
479 oauth2/test/handle_access_token_response_test: Fail 476 oauth2/test/handle_access_token_response_test: Fail
480 477
481 [ $runtime == drt ] 478 [ $runtime == drt ]
482 http/test/html/client_test: Skip # Issue 18566 479 http/test/html/client_test: Skip # Issue 18566
483 480
484 [ $system == windows ] 481 [ $system == windows ]
485 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 482 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW
« no previous file with comments | « pkg/glob/test/parse_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698