|
11 | 11 | "program": "${workspaceFolder}/build/test/pikascript_test", |
12 | 12 | // "program": "${workspaceFolder}/build/boot/demo06-pikamain/pikascript_demo06-pikamain", |
13 | 13 | "args": [ |
14 | | - // "--gtest_filter=vm.keyword_2" |
15 | | - // "--gtest_filter=compiler.find_break_point" |
16 | | - // "--gtest_filter=pikaMain.REPL_pdb_set_break" |
17 | | - // "--gtest_filter=vm.subsrc_import", |
18 | | - // "--gtest_filter=vm.run_file_subsrc" |
19 | | - // "--gtest_filter=vm.run_file" |
20 | | - // "--gtest_filter=stddata.encode_decode" |
21 | | - // "--gtest_filter=packtool.packfiles_txt" |
22 | | - // "--gtest_filter=cmodule.class_attr_obj" |
23 | | - // "--gtest_filter=except.try_import_except" |
24 | | - // "--gtest_filter=vm.test_cmodule_import_as" |
25 | | - // "--gtest_filter=vm.subsrc_import" |
26 | | - // "--gtest_filter=event.event_thread3" |
27 | | - // "--gtest_filter=parser.semicolon*" |
28 | | - // "--gtest_filter=time*" |
29 | | - // "--gtest_filter=flashdb.tsdb1" |
30 | | - // "--gtest_filter=flashdb.base" |
31 | | - // "--gtest_filter=jrpc.server" |
32 | | - // "--gtest_filter=jrpc.client" |
33 | | - // "--gtest_filter=jrpc.BlockingRequestBetweenTwoJRPC" |
34 | | - // "--gtest_filter=jrpc.cmd" |
35 | | - // "--gtest_filter=jrpc.exec_get_val" |
36 | | - // "--gtest_filter=jrpc.exec_get_val" |
37 | | - // "--gtest_filter=thread.issue1" |
38 | | - // "--gtest_filter=except.isinstance" |
39 | | - // "--gtest_filter=builtin.isinstance" |
40 | | - // "--gtest_filter=bytes.bytes_split" |
41 | | - // "--gtest_filter=except.dict" |
42 | | - // "--gtest_filter=except.*" |
43 | | - // "--gtest_filter=except.try1" |
44 | | - // "--gtest_filter=except.for_loop" |
45 | | - // "--gtest_filter=builtin.init_raise" |
46 | | - // "--gtest_filter=builtin.strformat" |
47 | | - // "--gtest_filter=except.typeerr" |
| 14 | + // "--gtest_filter=module.REPL_big_script" |
| 15 | + // "--gtest_filter=parser.input_issue1" |
| 16 | + "--gtest_filter=except.raise_type" |
48 | 17 | ], |
49 | 18 | "stopAtEntry": false, |
50 | 19 | "cwd": "${workspaceFolder}", |
|
0 commit comments