[K/N] Add tests on Atomic integers ^KT-49348

This commit is contained in:
Alexander Shabalin
2021-10-27 13:54:35 +00:00
committed by Space
parent 3e1cf77f54
commit c678702847
2 changed files with 98 additions and 0 deletions
@@ -1198,6 +1198,10 @@ standaloneTest("atomic1") {
source = "runtime/workers/atomic1.kt"
}
task atomic2(type: KonanLocalTest) {
source = "runtime/workers/atomic2.kt"
}
task lazy0(type: KonanLocalTest) {
enabled = (project.testTarget != 'wasm32') // Workers need pthreads.
useGoldenData = true