Skip to content

Commit 4149eb7

Browse files
authored
Disable libcxx tests on armebv7m_hard_fpv4_sp_d16 variants. (#172) (#174)
Some libcxx tests are failing on this variant, despite whether any of the failures are exclusive to this variant is unknown. For now the libcxx tests will remain disabled while we focus on having C library tests passing for new variants we add. (cherry picked from commit b4a8b67)
1 parent e86c85d commit 4149eb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arm-software/embedded/arm-multilib/json/variants/armebv7m_hard_fpv4_sp_d16.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ENABLE_CXX_LIBS": "ON",
2323
"ENABLE_LIBC_TESTS": "ON",
2424
"ENABLE_COMPILER_RT_TESTS": "ON",
25-
"ENABLE_LIBCXX_TESTS": "ON"
25+
"ENABLE_LIBCXX_TESTS": "OFF"
2626
},
2727
"newlib": {
2828
"ENABLE_CXX_LIBS": "ON",

arm-software/embedded/arm-multilib/json/variants/armebv7m_hard_fpv4_sp_d16_exn_rtti.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ENABLE_CXX_LIBS": "ON",
2323
"ENABLE_LIBC_TESTS": "ON",
2424
"ENABLE_COMPILER_RT_TESTS": "ON",
25-
"ENABLE_LIBCXX_TESTS": "ON"
25+
"ENABLE_LIBCXX_TESTS": "OFF"
2626
},
2727
"newlib": {
2828
"ENABLE_CXX_LIBS": "ON",

0 commit comments

Comments
 (0)