You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
1 year ago
..
gradle/wrapper Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
smokeTest Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
src Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
build.gradle Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
gradle.properties Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
gradlew Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
gradlew.bat Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
settings.gradle Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago

README.md

Integration tests

This is a supplementary project that provides integration tests.

The tests are the following:

  • mavenTest depends on the published artifacts and tests artifacts binary content for absence of atomicfu in the classpath.
  • jvmCoreTest miscellaneous tests that check the behaviour of kotlinx-coroutines-core dependency in a smoke manner.
  • coreAgentTest checks that kotlinx-coroutines-core can be run as a Java agent.
  • debugAgentTest checks that the coroutine debugger can be run as a Java agent.
  • debugDynamicAgentTest checks that kotlinx-coroutines-debug agent can self-attach dynamically to JVM as a standalone dependency.
  • smokeTest builds the multiplatform test project that depends on coroutines.

The integration-testing project is expected to be in a subdirectory of the main kotlinx.coroutines project.

To run all the available tests: ./gradlew publishToMavenLocal + cd integration-testing + ./gradlew check.