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

Issue 2976313002: Delete old tests that aren't used and/or useful any more. (Closed)

Created:
3 years, 5 months ago by Bob Nystrom
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Delete old tests that aren't used and/or useful any more. R=efortuna@google.com Committed: https://github.com/dart-lang/sdk/commit/1d8c3af663e702332fc6e813eb8bc2d644d51d78

Patch Set 1 #

Total comments: 2

Patch Set 2 : Resurrect dummy_compiler_test and recursive_import_test. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1345 lines) Patch
M pkg/compiler/testing.json View 1 1 chunk +2 lines, -4 lines 0 comments Download
D tests/_chrome/_chrome.status View 1 chunk +0 lines, -11 lines 0 comments Download
D tests/_chrome/sample_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D tests/benchmark_smoke/benchmark_base.dart View 1 chunk +0 lines, -203 lines 0 comments Download
D tests/benchmark_smoke/benchmark_lib.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D tests/benchmark_smoke/benchmark_smoke.status View 1 chunk +0 lines, -12 lines 0 comments Download
D tests/benchmark_smoke/benchmark_smoke_test.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D tests/benchmark_smoke/smoketest_lib.dart View 1 chunk +0 lines, -26 lines 0 comments Download
M tests/compiler/dart2js/analyze_only_test.dart View 1 1 chunk +5 lines, -4 lines 0 comments Download
A + tests/compiler/dart2js/dummy_compiler_test.dart View 1 1 chunk +2 lines, -2 lines 1 comment Download
A + tests/compiler/dart2js/recursive_import_test.dart View 1 1 chunk +5 lines, -3 lines 0 comments Download
D tests/utils/analysis_options.yaml View 1 chunk +0 lines, -17 lines 0 comments Download
D tests/utils/dart2js_test.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D tests/utils/dummy.dart View 1 chunk +0 lines, -18 lines 0 comments Download
D tests/utils/dummy_compiler_test.dart View 1 chunk +0 lines, -73 lines 0 comments Download
D tests/utils/recursive_import_test.dart View 1 chunk +0 lines, -72 lines 0 comments Download
D tests/utils/test_utils.dart View 1 chunk +0 lines, -53 lines 0 comments Download
D tests/utils/utils.status View 1 chunk +0 lines, -36 lines 0 comments Download
D utils/tests/testrunner/browser_tests/pubspec.yaml View 1 chunk +0 lines, -5 lines 0 comments Download
D utils/tests/testrunner/browser_tests/web/browser_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D utils/tests/testrunner/browser_tests/web/browser_test.html View 1 chunk +0 lines, -12 lines 0 comments Download
D utils/tests/testrunner/http_client_tests/http_client_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D utils/tests/testrunner/layout_tests/pubspec.yaml View 1 chunk +0 lines, -5 lines 0 comments Download
D utils/tests/testrunner/layout_tests/web/layout_test.dart View 1 chunk +0 lines, -16 lines 0 comments Download
D utils/tests/testrunner/layout_tests/web/layout_test.html View 1 chunk +0 lines, -12 lines 0 comments Download
D utils/tests/testrunner/non_browser_tests/non_browser_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D utils/tests/testrunner/non_browser_tests/non_browser_toast.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D utils/tests/testrunner/non_browser_tests/pubspec.yaml View 1 chunk +0 lines, -4 lines 0 comments Download
D utils/tests/testrunner/pubspec.yaml View 1 chunk +0 lines, -4 lines 0 comments Download
D utils/tests/testrunner/test.txt View 1 chunk +0 lines, -1 line 0 comments Download
D utils/tests/testrunner/testconfig View 1 chunk +0 lines, -1 line 0 comments Download
D utils/tests/testrunner/testrunner_test.dart View 1 chunk +0 lines, -574 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Bob Nystrom
3 years, 5 months ago (2017-07-17 20:03:46 UTC) #2
Emily Fortuna
lgtm https://codereview.chromium.org/2976313002/diff/1/tests/utils/recursive_import_test.dart File tests/utils/recursive_import_test.dart (left): https://codereview.chromium.org/2976313002/diff/1/tests/utils/recursive_import_test.dart#oldcode19 tests/utils/recursive_import_test.dart:19: main() { recursive import seems like it would ...
3 years, 5 months ago (2017-07-17 21:33:49 UTC) #3
Bob Nystrom
https://codereview.chromium.org/2976313002/diff/1/tests/utils/recursive_import_test.dart File tests/utils/recursive_import_test.dart (left): https://codereview.chromium.org/2976313002/diff/1/tests/utils/recursive_import_test.dart#oldcode19 tests/utils/recursive_import_test.dart:19: main() { On 2017/07/17 21:33:49, Emily Fortuna wrote: > ...
3 years, 5 months ago (2017-07-17 21:53:49 UTC) #4
Bob Nystrom
Committed patchset #2 (id:20001) manually as 1d8c3af663e702332fc6e813eb8bc2d644d51d78 (presubmit successful).
3 years, 5 months ago (2017-07-18 21:13:01 UTC) #6
Johnni Winther
https://codereview.chromium.org/2976313002/diff/20001/tests/compiler/dart2js/dummy_compiler_test.dart File tests/compiler/dart2js/dummy_compiler_test.dart (right): https://codereview.chromium.org/2976313002/diff/20001/tests/compiler/dart2js/dummy_compiler_test.dart#newcode1 tests/compiler/dart2js/dummy_compiler_test.dart:1: // Copyright (c) 2012, the Dart project authors. Please ...
3 years, 5 months ago (2017-07-19 11:29:58 UTC) #8
Bob Nystrom
On 2017/07/19 11:29:58, Johnni Winther wrote: > This doesn't work. dummy_compiler_test and recursive_import_test were testing ...
3 years, 5 months ago (2017-07-19 17:35:34 UTC) #9
Johnni Winther
3 years, 5 months ago (2017-07-21 07:32:04 UTC) #10
Message was sent while issue was closed.
On 2017/07/19 17:35:34, Bob Nystrom wrote:
> On 2017/07/19 11:29:58, Johnni Winther wrote:
> > This doesn't work. dummy_compiler_test and recursive_import_test were
testing
> > that dart2js could compile dart2js. Putting these in tests/compiler/dart2js
> > means that only the vm runs these tests (and we know that the vm can run
> > dart2js.
> 
> Well, dang.
> 
> Either way, I'm pretty certain these tests don't belong in tests/utils/, so
> moving them out of there is good.
> 
> Would you like to send a CL that moves them to where they should be? Maybe
> compiler/dart2js_extras?
> 
> – bob

I'll move them to dart2js_extra

Powered by Google App Engine
This is Rietveld 408576698