[Spec tests] Add path element at testMaps for main links also

This commit is contained in:
anastasiia.spaseeva
2020-04-20 14:48:17 +03:00
parent d94c212a60
commit 3a46b5a45a
106 changed files with 679 additions and 6 deletions
@@ -6,6 +6,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": " it is possible to replace the else condition with an always-true condition (Boolean)",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -13,6 +14,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": " it is possible to replace the else condition with an always-true condition (Boolean)",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.3.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -20,6 +22,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": " it is possible to replace the else condition with an always-true condition (sealed class)",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.4.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -27,6 +30,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": "it is possible to replace the else condition with an always-true condition (Enum)",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/neg/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -38,6 +42,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": " it is possible to replace the else condition with an always-true condition (Boolean)",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.2.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -45,6 +50,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": " it is possible to replace the else condition with an always-true condition (Boolean)",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.3.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -52,6 +58,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": " it is possible to replace the else condition with an always-true condition (sealed class)",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.4.kt",
"unexpectedBehaviour": false,
"linkType": "main"
},
@@ -59,6 +66,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": "it is possible to replace the else condition with an always-true condition (Enum)",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-4/pos/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -72,6 +80,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": "The else condition is a special condition which evaluates to true if none of the branches above it evaluated to true.",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/neg/2.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
@@ -83,6 +92,7 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": "The else condition must also be in the last when entry of when expression, otherwise it is a compile-time error.",
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/when-expression/p-5/pos/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}