Temporarily disable test. Wait merging with new test infrastructure
This commit is contained in:
@@ -286,4 +286,3 @@ task debugCompiler(type: JavaExec) {
|
|||||||
enableAssertions = true
|
enableAssertions = true
|
||||||
args = findProperty("konan.debug.args").toString().tokenize() ?: []
|
args = findProperty("konan.debug.args").toString().tokenize() ?: []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3071,7 +3071,13 @@ task interop_callbacksAndVarargs(type: RunInteropKonanTest) {
|
|||||||
interop = 'ccallbacksAndVarargs'
|
interop = 'ccallbacksAndVarargs'
|
||||||
}
|
}
|
||||||
|
|
||||||
task interop_withSpaces() {
|
// TODO: merge with new tests infrastructure.
|
||||||
|
// Now after clean without calling dist task get error 'Classpath of the tool is empty: cinterop'
|
||||||
|
/*task interop_withSpaces() {
|
||||||
|
if (project.testTarget != 'wasm32') {
|
||||||
|
if (!project.ext.useCustomDist) {
|
||||||
|
dependsOn ':dist'
|
||||||
|
}
|
||||||
dependsOn 'build'
|
dependsOn 'build'
|
||||||
konanArtifacts {
|
konanArtifacts {
|
||||||
interop('withSpacesInterop') {
|
interop('withSpacesInterop') {
|
||||||
@@ -3088,6 +3094,7 @@ task interop_withSpaces() {
|
|||||||
assert file("${buildDir}/cutom map.map").exists()
|
assert file("${buildDir}/cutom map.map").exists()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}*/
|
||||||
|
|
||||||
task interop_echo_server(type: RunInteropKonanTest) {
|
task interop_echo_server(type: RunInteropKonanTest) {
|
||||||
disabled = isWasmTarget(project) || isWindowsTarget(project)
|
disabled = isWasmTarget(project) || isWindowsTarget(project)
|
||||||
|
|||||||
Reference in New Issue
Block a user