[JS IR] Implement stepping tests for Kotlin/JS
We already have stepping tests for Kotlin/JVM. They are helpful for testing the correctness of the generated debugging information. They are better than line number tests in that they allow to test the _behavior_, not the generated data. The structure of the data may change even if the behavior stays the same. For that reason, stepping tests are more stable.
This commit is contained in:
+7
@@ -18,6 +18,13 @@
|
||||
</array>
|
||||
</value>
|
||||
</entry>
|
||||
<entry key="$PROJECT_DIR$/compiler/testData/debug">
|
||||
<value>
|
||||
<array>
|
||||
<option value="$PROJECT_DIR$/js/js.tests/build/{out,out-min,out-per-module,out-per-module-min}/debug/$TEST_DATA_FILE$_v5.js" />
|
||||
</array>
|
||||
</value>
|
||||
</entry>
|
||||
<entry key="$PROJECT_DIR$/js/js.translator/testData/box">
|
||||
<value>
|
||||
<array>
|
||||
|
||||
Reference in New Issue
Block a user