File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ tests:
11
11
- CONFIG_CPP_EXCEPTIONS=y
12
12
integration_platforms :
13
13
- mps2/an385
14
+ cpp.libcxx.glibcxx.newlib.module :
15
+ filter : TOOLCHAIN_HAS_NEWLIB == 1
16
+ toolchain_exclude : xcc
17
+ min_flash : 54
18
+ min_ram : 24
19
+ tags : cpp
20
+ extra_configs :
21
+ - CONFIG_NEWLIB_LIBC=y
22
+ - CONFIG_GLIBCXX_LIBCPP=y
23
+ - CONFIG_GLIBCXX_LIBCPP_USE_MODULE=y
24
+ - CONFIG_CPP_EXCEPTIONS=y
25
+ integration_platforms :
26
+ - mps2/an385
14
27
cpp.libcxx.glibcxx.newlib_nano :
15
28
filter : TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_HAS_NEWLIB_LIBC_NANO
16
29
toolchain_exclude : xcc
@@ -34,6 +47,18 @@ tests:
34
47
- CONFIG_CPP_EXCEPTIONS=y
35
48
integration_platforms :
36
49
- mps2/an385
50
+ cpp.libcxx.glibcxx.picolibc.module :
51
+ toolchain_exclude : xcc
52
+ platform_exclude : native_sim
53
+ tags : cpp
54
+ timeout : 60
55
+ extra_configs :
56
+ - CONFIG_PICOLIBC=y
57
+ - CONFIG_PICOLIBC_USE_MODULE=y
58
+ - CONFIG_GLIBCXX_LIBCPP=y
59
+ - CONFIG_CPP_EXCEPTIONS=y
60
+ integration_platforms :
61
+ - mps2/an385
37
62
cpp.libcxx.arcmwdtlib :
38
63
toolchain_allow : arcmwdt
39
64
min_flash : 54
You can’t perform that action at this time.
0 commit comments