Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Skip typed_wrapper/stream_test #38

Merged
merged 1 commit into from
Sep 22, 2017
Merged

Skip typed_wrapper/stream_test #38

merged 1 commit into from
Sep 22, 2017

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Sep 21, 2017

We can't test this in 2.0 runtime semantics until test supports a
2.0-compatible platform (dart-lang/test#414).

Closes dart-lang/core#304

We can't test this in 2.0 runtime semantics until test supports a
2.0-compatible platform (dart-lang/test#414).

Closes #35
@nex3 nex3 requested a review from lrhn September 21, 2017 23:46
Copy link
Contributor

@lrhn lrhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with comment.

@@ -2,6 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

@Skip("Re-enable this when test can run DDC (test#414).")

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a library tag, so the annotation applies to that, not the import below. I know that it "works", but it's still ugly.

(We should allow an empty library; declaration for that use-case).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's contrary to the style of every other package that uses test annotations.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep it then, until we make library; possible.

@nex3 nex3 merged commit b4f3a98 into master Sep 22, 2017
@nex3 nex3 deleted the skip-stream-test branch September 22, 2017 20:29
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 14, 2024
We can't test this in 2.0 runtime semantics until test supports a
2.0-compatible platform (dart-lang/testdart-lang/async#414).

Closes dart-lang/async#35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

TypeSafeStream<int> from Stream<Object> failing in Dart 1.25.0-dev.10.0
3 participants