Skip to content

Commit

Permalink
Disable init test on WASM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Igotti committed May 28, 2019
1 parent 0f6859f commit ba02e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend.native/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ task array_to_any(type: RunKonanTest) {
}

task runtime_basic_init(type: RunStandaloneKonanTest) {
disabled = (project.testTarget == 'wasm32') // -g not yet properly works for WASM.
source = "runtime/basic/init.kt"
flags = ['-g']
expectedExitStatus = 0
Expand Down

0 comments on commit ba02e62

Please sign in to comment.