Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.5.2 #2904

Merged
merged 22 commits into from Sep 2, 2021
Merged

Version 1.5.2 #2904

merged 22 commits into from Sep 2, 2021

Conversation

qwwdfsad
Copy link
Member

No description provided.

qwwdfsad and others added 21 commits July 13, 2021 19:41
* Properly detect asynchronous tests that try to use `runTest` multiple times

* Refactor multi-shot tests

    * Wrap them in 'withContext(Job)' instead of 'runTest' to be properly working on JS
    * Skip few way too slow for JS tests only on JS platform

Fixes #2820
#2827)

* Introduce TestResult into TestBase as the first preparation step to multiplatform tests

    * The goal of this change is to test our IDE and tooling tolerance to hack-ish TestResult
…ed nodes (#2795)

* The previous version invoked correctPrev on the next node and bailed out fi it was removed, effectively blocking the progress of any attempts to remove previous node
    * Use helpRemovePrev in helpRemove that was actually implemented to avoid such problem

Fixes #2590
* Get rid of addLastIf and DCSS primitive during contention
* Leverage constants returned by tryResume* and simplify signatures
* Remove LF tests, each test has its stress on lincheck counterpart
* Adjust failing tests, allow junit4 test printing to console
Co-authored-by: Mikhail Gostev <mikhail.gostev@arrival.com>
* Update Kotlin to 1.5.30
* Add new M1 targets
@qwwdfsad qwwdfsad requested a review from elizarov August 26, 2021 16:57
Copy link
Contributor

@elizarov elizarov left a comment

Choose a reason for hiding this comment

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

See comment

CHANGES.md Outdated Show resolved Hide resolved
charleskorn added a commit to charleskorn/kotest that referenced this pull request Sep 1, 2021
Currently blocked until a new version of kotlinx.coroutines is
published with these targets
(Kotlin/kotlinx.coroutines#2904).
@qwwdfsad qwwdfsad merged commit 46c0026 into master Sep 2, 2021
charleskorn added a commit to charleskorn/kotest that referenced this pull request Sep 3, 2021
Currently blocked until a new version of kotlinx.coroutines is
published with these targets
(Kotlin/kotlinx.coroutines#2904).
charleskorn added a commit to charleskorn/kotest that referenced this pull request Sep 3, 2021
Currently blocked until a new version of kotlinx.coroutines is
published with these targets
(Kotlin/kotlinx.coroutines#2904).
sksamuel pushed a commit to kotest/kotest that referenced this pull request Sep 3, 2021
* Add support for Linux ARM64 and macOS ARM64 (Silicon) targets.

Currently blocked until a new version of kotlinx.coroutines is
published with these targets
(Kotlin/kotlinx.coroutines#2904).

* Add ARM64 simulator targets.

* Don't try to run testing task that doesn't exist.

* Test all available targets on Windows or macOS as part of the PR build.

* Use kotlinx-coroutines 1.5.2.

This adds support for the new Kotlin/Native targets added in Kotlin
1.5.30.

* Remove mingwX86 target.

kotlinx-coroutines only supports X64.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants