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

Side by Side Diff: pkg/compiler/testing.json

Issue 2976313002: Delete old tests that aren't used and/or useful any more. (Closed)
Patch Set: Resurrect dummy_compiler_test and recursive_import_test. Created 3 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
OLDNEW
1 { 1 {
2 "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file", 2 "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file",
3 "":"for details. All rights reserved. Use of this source code is governed by a", 3 "":"for details. All rights reserved. Use of this source code is governed by a",
4 "":"BSD-style license that can be found in the LICENSE.md file.", 4 "":"BSD-style license that can be found in the LICENSE.md file.",
5 5
6 "packages": "../../.packages", 6 "packages": "../../.packages",
7 7
8 "analyze": { 8 "analyze": {
9 "options": "analysis_options.yaml", 9 "options": "analysis_options.yaml",
10 10
11 "uris": [ 11 "uris": [
12 ".", 12 ".",
13 "../../tests/compiler/dart2js/", 13 "../../tests/compiler/dart2js/"
14 "../../tests/utils/"
15 ], 14 ],
16 15
17 "exclude": [ 16 "exclude": [
18 "^tests/compiler/dart2js/data/.*", 17 "^tests/compiler/dart2js/data/.*",
19 "^tests/compiler/dart2js/path with spaces/.*", 18 "^tests/compiler/dart2js/path with spaces/.*",
20 "^tests/compiler/dart2js/sourcemaps/data/.*", 19 "^tests/compiler/dart2js/sourcemaps/data/.*"
21 "^tests/utils/dummy\\.dart"
22 ] 20 ]
23 } 21 }
24 } 22 }
OLDNEW
« no previous file with comments | « no previous file | tests/_chrome/_chrome.status » ('j') | tests/compiler/dart2js/dummy_compiler_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698