[FIR] Save IR dumps to .ir.txt files instead of .txt in tests

This is needed to avoid clashes between different dumps from different
  handlers
This commit is contained in:
Dmitriy Novozhilov
2021-10-01 12:31:45 +03:00
committed by TeamCityServer
parent 0f076e16ed
commit b454fcc1e0
1175 changed files with 1678 additions and 2577 deletions
@@ -17,4 +17,3 @@ fun testF(x: Comparable<Float>, y: Comparable<Float>): Boolean {
else -> false
}
}
@@ -4,4 +4,3 @@ fun test(x: Any): Boolean {
else -> x /*as Double */
})
}
@@ -77,4 +77,3 @@ fun Float.test3fr(x: Any): Boolean {
else -> false
}
}
@@ -83,4 +83,3 @@ fun testDF(x: Any, y: Any): Boolean {
else -> false
}
}
@@ -113,4 +113,3 @@ fun Float.test6fr(x: Any): Boolean {
else -> false
}
}
@@ -83,4 +83,3 @@ fun testDF(x: Any, y: Any): Boolean {
else -> false
}
}
@@ -59,4 +59,3 @@ fun testDF(x: Any, y: Any): Boolean {
else -> false
}
}
@@ -4,4 +4,3 @@ fun test(x: Any?, y: Double): Boolean {
else -> false
}
}
@@ -43,4 +43,3 @@ fun testDI2(x: Any?, y: Any?): Boolean {
else -> false
}
}
@@ -62,4 +62,3 @@ class F<T : Float> {
}
}
@@ -77,4 +77,3 @@ fun testWithPrematureExitInConditionSubexpression(x: Any): Int {
}
}
}
@@ -77,4 +77,3 @@ fun testWithPrematureExitInConditionSubexpression(x: Any): Int {
}
}
}