@@ -11,11 +11,13 @@ Scenario: Handled JS error with native stacktrace
1111 # On 0.75+ the Error name is set to the native exception class
1212 And the event "exceptions.0.errorClass" equals the version-dependent string:
1313 | arch | version | value |
14+ | new | 0 .79 | java .lang .RuntimeException |
1415 | new | 0 .78 | java .lang .RuntimeException |
1516 | new | 0 .77 | java .lang .RuntimeException |
1617 | new | 0 .76 | java .lang .RuntimeException |
1718 | new | 0 .75 | java .lang .RuntimeException |
1819 | new | default | Error |
20+ | old | 0 .79 | java .lang .RuntimeException |
1921 | old | 0 .78 | java .lang .RuntimeException |
2022 | old | 0 .77 | java .lang .RuntimeException |
2123 | old | 0 .76 | java .lang .RuntimeException |
@@ -59,11 +61,13 @@ Scenario: Unhandled JS error with native stacktrace
5961 # On 0.75+ the Error name is set to the native exception class
6062 And the event "exceptions.0.errorClass" equals the version-dependent string:
6163 | arch | version | value |
64+ | new | 0 .79 | java .lang .RuntimeException |
6265 | new | 0 .78 | java .lang .RuntimeException |
6366 | new | 0 .77 | java .lang .RuntimeException |
6467 | new | 0 .76 | java .lang .RuntimeException |
6568 | new | 0 .75 | java .lang .RuntimeException |
6669 | new | default | Error |
70+ | old | 0 .79 | java .lang .RuntimeException |
6771 | old | 0 .78 | java .lang .RuntimeException |
6872 | old | 0 .77 | java .lang .RuntimeException |
6973 | old | 0 .76 | java .lang .RuntimeException |
@@ -135,6 +139,7 @@ Scenario: Handled JS error with native stacktrace
135139 # On 0.74+ New Arch there is no JS stacktrace - see PLAT-12193
136140 And the event "exceptions.0.stacktrace.20.columnNumber" equals the version-dependent string:
137141 | arch | version | value |
142+ | new | 0 .79 | @skip |
138143 | new | 0 .78 | @skip |
139144 | new | 0 .77 | @skip |
140145 | new | 0 .76 | @skip |
@@ -144,6 +149,7 @@ Scenario: Handled JS error with native stacktrace
144149 | old | default | @not_null |
145150 And the event "exceptions.0.stacktrace.20.file" equals the version-dependent string:
146151 | arch | version | value |
152+ | new | 0 .79 | @skip |
147153 | new | 0 .78 | @skip |
148154 | new | 0 .77 | @skip |
149155 | new | 0 .76 | @skip |
@@ -153,6 +159,7 @@ Scenario: Handled JS error with native stacktrace
153159 | old | default | @not_null |
154160 And the event "exceptions.0.stacktrace.20.lineNumber" equals the version-dependent string:
155161 | arch | version | value |
162+ | new | 0 .79 | @skip |
156163 | new | 0 .78 | @skip |
157164 | new | 0 .77 | @skip |
158165 | new | 0 .76 | @skip |
@@ -162,6 +169,7 @@ Scenario: Handled JS error with native stacktrace
162169 | old | default | @not_null |
163170 And the event "exceptions.0.stacktrace.20.type" equals the version-dependent string:
164171 | arch | version | value |
172+ | new | 0 .79 | @skip |
165173 | new | 0 .78 | @skip |
166174 | new | 0 .77 | @skip |
167175 | new | 0 .76 | @skip |
@@ -195,6 +203,7 @@ Scenario: Unhandled JS error with native stacktrace
195203 # On 0.74+ New Arch there is no JS stacktrace - see PLAT-12193
196204 And the event "exceptions.0.stacktrace.20.columnNumber" equals the version-dependent string:
197205 | arch | version | value |
206+ | new | 0 .79 | @skip |
198207 | new | 0 .78 | @skip |
199208 | new | 0 .77 | @skip |
200209 | new | 0 .76 | @skip |
@@ -204,6 +213,7 @@ Scenario: Unhandled JS error with native stacktrace
204213 | old | default | @not_null |
205214 And the event "exceptions.0.stacktrace.20.file" equals the version-dependent string:
206215 | arch | version | value |
216+ | new | 0 .79 | @skip |
207217 | new | 0 .78 | @skip |
208218 | new | 0 .77 | @skip |
209219 | new | 0 .76 | @skip |
@@ -213,6 +223,7 @@ Scenario: Unhandled JS error with native stacktrace
213223 | old | default | @not_null |
214224 And the event "exceptions.0.stacktrace.20.lineNumber" equals the version-dependent string:
215225 | arch | version | value |
226+ | new | 0 .79 | @skip |
216227 | new | 0 .78 | @skip |
217228 | new | 0 .77 | @skip |
218229 | new | 0 .76 | @skip |
@@ -222,6 +233,7 @@ Scenario: Unhandled JS error with native stacktrace
222233 | old | default | @not_null |
223234 And the event "exceptions.0.stacktrace.20.type" equals the version-dependent string:
224235 | arch | version | value |
236+ | new | 0 .79 | @skip |
225237 | new | 0 .78 | @skip |
226238 | new | 0 .77 | @skip |
227239 | new | 0 .76 | @skip |
0 commit comments