Fix old test (#3506)
This commit is contained in:
@@ -1827,12 +1827,8 @@ task sort1(type: KonanLocalTest) {
|
|||||||
source = "runtime/collections/sort1.kt"
|
source = "runtime/collections/sort1.kt"
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Enable devirtualization and make the test not standalone
|
task sortWith(type: KonanLocalTest) {
|
||||||
// when KT-26315 is fixed.
|
|
||||||
standaloneTest("sortWith") {
|
|
||||||
source = "runtime/collections/SortWith.kt"
|
source = "runtime/collections/SortWith.kt"
|
||||||
flags = ['-tr', '-Xdisable=devirtualization']
|
|
||||||
arguments = ['--ktest_logger=SILENT']
|
|
||||||
}
|
}
|
||||||
|
|
||||||
task if_else(type: KonanLocalTest) {
|
task if_else(type: KonanLocalTest) {
|
||||||
|
|||||||
Reference in New Issue
Block a user