• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) 2024 Huawei Device Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 // Autogenerated file by gen_null_arg_tests.rb script -- DO NOT EDIT!
17 
18 #include "libabckit/include/c/abckit.h"
19 #include "libabckit/include/c/ir_core.h"
20 #include "libabckit/include/c/isa/isa_dynamic.h"
21 #include "libabckit/src/include_v2/c/isa/isa_static.h"
22 
23 #include "helpers/helpers_mode.h"
24 
25 #include <gtest/gtest.h>
26 
27 namespace libabckit::test {
28 
29 static auto g_isaApiDynamicImp = AbckitGetIsaApiDynamicImpl(ABCKIT_VERSION_RELEASE_1_0_0);
30 
31 class LibAbcKitWrongModeTestsIsaApiDynamicImpl1 : public ::testing::Test {};
32 
33 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdthisbyvalue,
34 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateLdthisbyvalue)35 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateLdthisbyvalue)
36 {
37     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateLdthisbyvalue, true);
38 }
39 
40 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdtrue,
41 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateLdtrue)42 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateLdtrue)
43 {
44     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateLdtrue, true);
45 }
46 
47 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdundefined,
48 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateLdundefined)49 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateLdundefined)
50 {
51     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateLdundefined, true);
52 }
53 
54 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLess,
55 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateLess)56 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateLess)
57 {
58     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateLess, true);
59 }
60 
61 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLesseq,
62 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateLesseq)63 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateLesseq)
64 {
65     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateLesseq, true);
66 }
67 
68 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLoadString,
69 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateLoadString)70 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateLoadString)
71 {
72     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateLoadString, true);
73 }
74 
75 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateMod2,
76 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateMod2)77 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateMod2)
78 {
79     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateMod2, true);
80 }
81 
82 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateMul2,
83 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateMul2)84 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateMul2)
85 {
86     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateMul2, true);
87 }
88 
89 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateNeg,
90 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateNeg)91 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateNeg)
92 {
93     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateNeg, true);
94 }
95 
96 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateNewlexenv,
97 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateNewlexenv)98 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateNewlexenv)
99 {
100     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateNewlexenv, true);
101 }
102 
103 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateNewlexenvwithname,
104 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateNewlexenvwithname)105 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateNewlexenvwithname)
106 {
107     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateNewlexenvwithname, true);
108 }
109 
110 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateNewobjapply,
111 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateNewobjapply)112 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateNewobjapply)
113 {
114     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateNewobjapply, true);
115 }
116 
117 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateNewobjrange,
118 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateNewobjrange)119 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateNewobjrange)
120 {
121     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateNewobjrange, true);
122 }
123 
124 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateNot,
125 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateNot)126 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateNot)
127 {
128     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateNot, true);
129 }
130 
131 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateNoteq,
132 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateNoteq)133 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateNoteq)
134 {
135     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateNoteq, true);
136 }
137 
138 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateOr2,
139 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateOr2)140 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateOr2)
141 {
142     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateOr2, true);
143 }
144 
145 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreatePoplexenv,
146 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreatePoplexenv)147 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreatePoplexenv)
148 {
149     helpers_mode::TestMode(g_isaApiDynamicImp->iCreatePoplexenv, true);
150 }
151 
152 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateResumegenerator,
153 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateResumegenerator)154 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateResumegenerator)
155 {
156     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateResumegenerator, true);
157 }
158 
159 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateReturn,
160 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateReturn)161 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateReturn)
162 {
163     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateReturn, true);
164 }
165 
166 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateReturnundefined,
167 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateReturnundefined)168 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateReturnundefined)
169 {
170     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateReturnundefined, true);
171 }
172 
173 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateSetgeneratorstate,
174 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateSetgeneratorstate)175 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateSetgeneratorstate)
176 {
177     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateSetgeneratorstate, true);
178 }
179 
180 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateSetobjectwithproto,
181 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateSetobjectwithproto)182 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateSetobjectwithproto)
183 {
184     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateSetobjectwithproto, true);
185 }
186 
187 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateShl2,
188 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateShl2)189 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateShl2)
190 {
191     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateShl2, true);
192 }
193 
194 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateShr2,
195 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateShr2)196 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateShr2)
197 {
198     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateShr2, true);
199 }
200 
201 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStarrayspread,
202 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStarrayspread)203 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStarrayspread)
204 {
205     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStarrayspread, true);
206 }
207 
208 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStglobalvar,
209 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStglobalvar)210 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStglobalvar)
211 {
212     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStglobalvar, true);
213 }
214 
215 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStlexvar,
216 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStlexvar)217 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStlexvar)
218 {
219     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStlexvar, true);
220 }
221 
222 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStmodulevar,
223 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStmodulevar)224 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStmodulevar)
225 {
226     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStmodulevar, true);
227 }
228 
229 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStobjbyindex,
230 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStobjbyindex)231 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStobjbyindex)
232 {
233     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStobjbyindex, true);
234 }
235 
236 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStobjbyname,
237 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStobjbyname)238 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStobjbyname)
239 {
240     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStobjbyname, true);
241 }
242 
243 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStobjbyvalue,
244 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStobjbyvalue)245 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStobjbyvalue)
246 {
247     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStobjbyvalue, true);
248 }
249 
250 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStownbyindex,
251 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStownbyindex)252 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStownbyindex)
253 {
254     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStownbyindex, true);
255 }
256 
257 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStownbyname,
258 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStownbyname)259 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStownbyname)
260 {
261     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStownbyname, true);
262 }
263 
264 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStownbynamewithnameset,
265 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStownbynamewithnameset)266 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStownbynamewithnameset)
267 {
268     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStownbynamewithnameset, true);
269 }
270 
271 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStownbyvalue,
272 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStownbyvalue)273 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStownbyvalue)
274 {
275     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStownbyvalue, true);
276 }
277 
278 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStownbyvaluewithnameset,
279 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStownbyvaluewithnameset)280 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStownbyvaluewithnameset)
281 {
282     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStownbyvaluewithnameset, true);
283 }
284 
285 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStprivateproperty,
286 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStprivateproperty)287 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStprivateproperty)
288 {
289     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStprivateproperty, true);
290 }
291 
292 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStricteq,
293 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStricteq)294 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStricteq)
295 {
296     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStricteq, true);
297 }
298 
299 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStrictnoteq,
300 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStrictnoteq)301 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStrictnoteq)
302 {
303     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStrictnoteq, true);
304 }
305 
306 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStsuperbyname,
307 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStsuperbyname)308 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStsuperbyname)
309 {
310     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStsuperbyname, true);
311 }
312 
313 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStsuperbyvalue,
314 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStsuperbyvalue)315 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStsuperbyvalue)
316 {
317     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStsuperbyvalue, true);
318 }
319 
320 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStthisbyname,
321 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStthisbyname)322 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStthisbyname)
323 {
324     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStthisbyname, true);
325 }
326 
327 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateStthisbyvalue,
328 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateStthisbyvalue)329 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateStthisbyvalue)
330 {
331     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateStthisbyvalue, true);
332 }
333 
334 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateSub2,
335 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateSub2)336 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateSub2)
337 {
338     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateSub2, true);
339 }
340 
341 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateSupercallarrowrange,
342 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateSupercallarrowrange)343 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateSupercallarrowrange)
344 {
345     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateSupercallarrowrange, true);
346 }
347 
348 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateSupercallspread,
349 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateSupercallspread)350 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateSupercallspread)
351 {
352     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateSupercallspread, true);
353 }
354 
355 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateSupercallthisrange,
356 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateSupercallthisrange)357 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateSupercallthisrange)
358 {
359     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateSupercallthisrange, true);
360 }
361 
362 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateSuspendgenerator,
363 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateSuspendgenerator)364 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateSuspendgenerator)
365 {
366     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateSuspendgenerator, true);
367 }
368 
369 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateTestin,
370 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateTestin)371 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateTestin)
372 {
373     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateTestin, true);
374 }
375 
376 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrow,
377 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrow)378 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrow)
379 {
380     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrow, true);
381 }
382 
383 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrowConstassignment,
384 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrowConstassignment)385 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrowConstassignment)
386 {
387     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrowConstassignment, true);
388 }
389 
390 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrowDeletesuperproperty,
391 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrowDeletesuperproperty)392 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrowDeletesuperproperty)
393 {
394     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrowDeletesuperproperty, true);
395 }
396 
397 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrowIfnotobject,
398 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrowIfnotobject)399 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrowIfnotobject)
400 {
401     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrowIfnotobject, true);
402 }
403 
404 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrowIfsupernotcorrectcall,
405 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrowIfsupernotcorrectcall)406 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrowIfsupernotcorrectcall)
407 {
408     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrowIfsupernotcorrectcall, true);
409 }
410 
411 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrowNotexists,
412 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrowNotexists)413 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrowNotexists)
414 {
415     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrowNotexists, true);
416 }
417 
418 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrowPatternnoncoercible,
419 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrowPatternnoncoercible)420 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrowPatternnoncoercible)
421 {
422     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrowPatternnoncoercible, true);
423 }
424 
425 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrowUndefinedifhole,
426 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrowUndefinedifhole)427 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrowUndefinedifhole)
428 {
429     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrowUndefinedifhole, true);
430 }
431 
432 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateThrowUndefinedifholewithname,
433 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateThrowUndefinedifholewithname)434 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateThrowUndefinedifholewithname)
435 {
436     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateThrowUndefinedifholewithname, true);
437 }
438 
439 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateTonumber,
440 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateTonumber)441 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateTonumber)
442 {
443     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateTonumber, true);
444 }
445 
446 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateTonumeric,
447 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateTonumeric)448 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateTonumeric)
449 {
450     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateTonumeric, true);
451 }
452 
453 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateTryldglobalbyname,
454 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateTryldglobalbyname)455 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateTryldglobalbyname)
456 {
457     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateTryldglobalbyname, true);
458 }
459 
460 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateTrystglobalbyname,
461 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateTrystglobalbyname)462 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateTrystglobalbyname)
463 {
464     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateTrystglobalbyname, true);
465 }
466 
467 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateTypeof,
468 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateTypeof)469 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateTypeof)
470 {
471     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateTypeof, true);
472 }
473 
474 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideCallrange,
475 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideCallrange)476 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideCallrange)
477 {
478     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideCallrange, true);
479 }
480 
481 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideCallthisrange,
482 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideCallthisrange)483 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideCallthisrange)
484 {
485     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideCallthisrange, true);
486 }
487 
488 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideCopyrestargs,
489 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideCopyrestargs)490 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideCopyrestargs)
491 {
492     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideCopyrestargs, true);
493 }
494 
495 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideCreateobjectwithexcludedkeys,
496 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideCreateobjectwithexcludedkeys)497 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideCreateobjectwithexcludedkeys)
498 {
499     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideCreateobjectwithexcludedkeys, true);
500 }
501 
502 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideGetmodulenamespace,
503 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideGetmodulenamespace)504 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideGetmodulenamespace)
505 {
506     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideGetmodulenamespace, true);
507 }
508 
509 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideLdexternalmodulevar,
510 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideLdexternalmodulevar)511 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideLdexternalmodulevar)
512 {
513     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideLdexternalmodulevar, true);
514 }
515 
516 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideLdlexvar,
517 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideLdlexvar)518 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideLdlexvar)
519 {
520     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideLdlexvar, true);
521 }
522 
523 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideLdlocalmodulevar,
524 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideLdlocalmodulevar)525 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideLdlocalmodulevar)
526 {
527     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideLdlocalmodulevar, true);
528 }
529 
530 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideLdobjbyindex,
531 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideLdobjbyindex)532 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideLdobjbyindex)
533 {
534     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideLdobjbyindex, true);
535 }
536 
537 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideLdpatchvar,
538 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideLdpatchvar)539 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideLdpatchvar)
540 {
541     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideLdpatchvar, true);
542 }
543 
544 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideNewlexenv,
545 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideNewlexenv)546 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideNewlexenv)
547 {
548     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideNewlexenv, true);
549 }
550 
551 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideNewlexenvwithname,
552 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideNewlexenvwithname)553 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideNewlexenvwithname)
554 {
555     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideNewlexenvwithname, true);
556 }
557 
558 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideNewobjrange,
559 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideNewobjrange)560 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideNewobjrange)
561 {
562     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideNewobjrange, true);
563 }
564 
565 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideStlexvar,
566 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideStlexvar)567 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideStlexvar)
568 {
569     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideStlexvar, true);
570 }
571 
572 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideStmodulevar,
573 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideStmodulevar)574 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideStmodulevar)
575 {
576     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideStmodulevar, true);
577 }
578 
579 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideStobjbyindex,
580 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideStobjbyindex)581 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideStobjbyindex)
582 {
583     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideStobjbyindex, true);
584 }
585 
586 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideStownbyindex,
587 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideStownbyindex)588 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideStownbyindex)
589 {
590     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideStownbyindex, true);
591 }
592 
593 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideStpatchvar,
594 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideStpatchvar)595 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideStpatchvar)
596 {
597     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideStpatchvar, true);
598 }
599 
600 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideSupercallarrowrange,
601 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideSupercallarrowrange)602 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideSupercallarrowrange)
603 {
604     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideSupercallarrowrange, true);
605 }
606 
607 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateWideSupercallthisrange,
608 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateWideSupercallthisrange)609 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateWideSupercallthisrange)
610 {
611     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateWideSupercallthisrange, true);
612 }
613 
614 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateXor2,
615 // abc-kind=NoABC, category=negative-mode, extension=c
TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1,iCreateXor2)616 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl1, iCreateXor2)
617 {
618     helpers_mode::TestMode(g_isaApiDynamicImp->iCreateXor2, true);
619 }
620 
621 }  // namespace libabckit::test