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

Unified Diff: CHANGELOG.md

Issue 2099553002: Add an option to run skipped tests. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | doc/configuration.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d1ecc212414d54af04678ec6b66340a826dd207..91e3790ca294b3490276c2336345cf6ca4cf9bbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
* Add a `skip` parameter to `expect()`. Marking a single expect as skipped will
cause the test itself to be marked as skipped.
+* Add a `--run-skipped` parameter and `run_skipped` configuration field that
+ cause tests to be run even if they're marked as skipped.
+
## 0.12.14+1
* Narrow the constraint on `yaml`.
« no previous file with comments | « no previous file | doc/configuration.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698