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

Unified Diff: CHANGELOG.md

Issue 1092153003: Support an @OnPlatform annotation. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 8 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 | README.md » ('j') | lib/src/utils.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd96fcbd9bc495f36f2687403eda580be2780cf7..2c959588956c5b9bde5559c9f8e71f5eb8de576d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
### 0.12.0-beta.11
+* Tests, groups, and suites can now be configured on a platform-by-platform
+ basis. Tests and groups are configured using the `onPlatform` named argument;
+ suites are configured using the `@OnPlatform` annotation. See [the
+ README][onPlatform] for more information.
+
+[onPlatform]: https://github.com/dart-lang/test/blob/master/README.md#platform-specific-configuration
+
* Properly ignore unrelated `link` tags in custom HTML.
* Preserve the stack traces for load errors in isolates and iframes.
« no previous file with comments | « no previous file | README.md » ('j') | lib/src/utils.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698