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

Side by Side Diff: pkg/pkg.status

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « pkg/pkg.gyp ('k') | runtime/vm/benchmark_test.cc » ('j') | 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 287 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
288 288
289 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 289 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
290 # These tests are runtime negative but statically positive, so we skip 290 # These tests are runtime negative but statically positive, so we skip
291 # them in the analyzer. 291 # them in the analyzer.
292 mock/test/mock_regexp_negative_test: Skip 292 mock/test/mock_regexp_negative_test: Skip
293 mock/test/mock_stepwise_negative_test: Skip 293 mock/test/mock_stepwise_negative_test: Skip
294 polymer/e2e_test/canonicalization: Skip 294 polymer/e2e_test/canonicalization: Skip
295 polymer/e2e_test/experimental_boot: Skip 295 polymer/e2e_test/experimental_boot: Skip
296 296
297 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
298
297 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 299 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
298 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which 300 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which
299 # contains illegal constant constructors. 301 # contains illegal constant constructors.
300 third_party/angular_tests/browser_test: CompileTimeError 302 third_party/angular_tests/browser_test: CompileTimeError
301 303
302 [ $compiler == dart2js && $runtime == none] 304 [ $compiler == dart2js && $runtime == none]
303 polymer/e2e_test/canonicalization: Skip 305 polymer/e2e_test/canonicalization: Skip
304 polymer/e2e_test/experimental_boot: Skip 306 polymer/e2e_test/experimental_boot: Skip
305 307
306 [ $compiler == dart2js && $csp ] 308 [ $compiler == dart2js && $csp ]
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 488 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
487 489
488 [ $use_repository_packages ] 490 [ $use_repository_packages ]
489 analyzer/test/*: PubGetError 491 analyzer/test/*: PubGetError
490 492
491 [ $runtime == drt ] 493 [ $runtime == drt ]
492 http/test/html/client_test: Skip # Issue 18566 494 http/test/html/client_test: Skip # Issue 18566
493 495
494 [ $system == windows ] 496 [ $system == windows ]
495 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 497 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW
« no previous file with comments | « pkg/pkg.gyp ('k') | runtime/vm/benchmark_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698