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

Issue 2079373002: Verify status of statically failing tests (Closed)

Created:
4 years, 6 months ago by vsm
Modified:
4 years, 6 months ago
Reviewers:
Leaf, Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Verify status of statically failing tests This should catch tests that suddenly start failing (or passing). This is an admittedly contrived approach to track compilation failures in the same runtime logic: the statically failing tests are now compiled to a trivial output that throws a particular exception. Ideally, we wouldn't run these, but it's beneficial to keep status in the same place. On my laptop, this only adds ~8s to presubmit (which takes ~2:30 min). Ideas on alternative approaches welcome. :-) R=jmesserly@google.com, leafp@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/2c19b4520cb748f52e01e44c70a588a383c68b97

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2178 lines, -28 lines) Patch
M karma.conf.js View 1 chunk +3 lines, -5 lines 0 comments Download
M lib/src/compiler/code_generator.dart View 1 4 chunks +9 lines, -18 lines 0 comments Download
M pubspec.lock View 2 chunks +2 lines, -2 lines 0 comments Download
M test/browser/language_tests.js View 1 8 chunks +2147 lines, -2 lines 0 comments Download
M test/codegen_test.dart View 1 chunk +17 lines, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
vsm
4 years, 6 months ago (2016-06-20 16:51:15 UTC) #3
Leaf
lgtm https://codereview.chromium.org/2079373002/diff/1/test/browser/language_tests.js File test/browser/language_tests.js (right): https://codereview.chromium.org/2079373002/diff/1/test/browser/language_tests.js#newcode16 test/browser/language_tests.js:16: // 'deprecated' - test is not strong mode ...
4 years, 6 months ago (2016-06-21 17:11:16 UTC) #4
Jennifer Messerly
lgtm https://codereview.chromium.org/2079373002/diff/1/test/browser/language_tests.js File test/browser/language_tests.js (right): https://codereview.chromium.org/2079373002/diff/1/test/browser/language_tests.js#newcode16 test/browser/language_tests.js:16: // 'deprecated' - test is not strong mode ...
4 years, 6 months ago (2016-06-21 17:18:54 UTC) #5
vsm
https://codereview.chromium.org/2079373002/diff/1/test/browser/language_tests.js File test/browser/language_tests.js (right): https://codereview.chromium.org/2079373002/diff/1/test/browser/language_tests.js#newcode16 test/browser/language_tests.js:16: // 'deprecated' - test is not strong mode safe ...
4 years, 6 months ago (2016-06-22 13:26:01 UTC) #6
vsm
4 years, 6 months ago (2016-06-22 13:26:14 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
2c19b4520cb748f52e01e44c70a588a383c68b97 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698