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

Issue 1956513004: Switch to actual unittest, stack trace, and path packages. Tag tests as failing that were ignored d… (Closed)

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

Description

Switch to actual unittest, stack trace, and path packages. Tag tests as failing that were ignored due to the incomplete unittest library. Make running of unittests a bit more robust by wrapping them inside a mocha test to avoid unpredictable behavior due to interleaving async mocha and unittests. BUG= R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/3ac88bc8c6b4a760fc01ed750d15f85346451708

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4049 lines, -722 lines) Patch
M .gitignore View 1 1 chunk +2 lines, -0 lines 0 comments Download
M karma.conf.js View 1 chunk +2 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -0 lines 0 comments Download
M test/browser/language_tests.js View 1 6 chunks +215 lines, -4 lines 0 comments Download
D test/codegen/expect/unittest.js View 1 chunk +0 lines, -262 lines 0 comments Download
D test/codegen/expect/unittest.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D test/codegen/expect/unittest/html_config.js View 1 chunk +0 lines, -11 lines 0 comments Download
D test/codegen/expect/unittest/html_config.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/codegen/expect/unittest/unittest.js View 3 chunks +3813 lines, -176 lines 0 comments Download
D test/codegen/unittest.dart View 1 chunk +0 lines, -258 lines 0 comments Download
M test/codegen_test.dart View 3 chunks +18 lines, -13 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Jacob
4 years, 7 months ago (2016-05-06 18:15:38 UTC) #3
Jacob
4 years, 7 months ago (2016-05-06 18:15:39 UTC) #4
Jacob
4 years, 7 months ago (2016-05-06 18:15:39 UTC) #5
Jacob
Switch to actual unittest, stack trace, and path packages. Tag tests as failing that were ...
4 years, 7 months ago (2016-05-06 18:27:34 UTC) #6
Jennifer Messerly
lgtm! https://codereview.chromium.org/1956513004/diff/1/test/browser/language_tests.js File test/browser/language_tests.js (right): https://codereview.chromium.org/1956513004/diff/1/test/browser/language_tests.js#newcode650 test/browser/language_tests.js:650: //let languageTestPattern = new RegExp('(.*html)/([^/]*_test[^/]*)'); remove? https://codereview.chromium.org/1956513004/diff/1/test/browser/language_tests.js#newcode654 test/browser/language_tests.js:654: ...
4 years, 7 months ago (2016-05-06 18:53:07 UTC) #7
Jacob
https://codereview.chromium.org/1956513004/diff/1/test/browser/language_tests.js File test/browser/language_tests.js (right): https://codereview.chromium.org/1956513004/diff/1/test/browser/language_tests.js#newcode650 test/browser/language_tests.js:650: //let languageTestPattern = new RegExp('(.*html)/([^/]*_test[^/]*)'); On 2016/05/06 18:53:07, John ...
4 years, 7 months ago (2016-05-06 19:17:34 UTC) #8
Jacob
4 years, 7 months ago (2016-05-06 19:28:49 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3ac88bc8c6b4a760fc01ed750d15f85346451708 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698