File tree 3 files changed +13
-1
lines changed
test/libcxx/containers/sequences/deque
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44
44
matrix :
45
45
config : [
46
46
' frozen-cxx03-headers' ,
47
+ ' generic-abi-unstable' ,
47
48
' generic-cxx03' ,
48
49
' generic-cxx26' ,
49
50
' generic-modules'
54
55
- config : ' generic-gcc'
55
56
cc : ' gcc-14'
56
57
cxx : ' g++-14'
58
+ - config : ' generic-gcc-abi-unstable'
59
+ cc : ' gcc-14'
60
+ cxx : ' g++-14'
57
61
steps :
58
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
63
- name : ${{ matrix.config }}.${{ matrix.cxx }}
Original file line number Diff line number Diff line change 11
11
// deque()
12
12
// deque::iterator()
13
13
14
- // ADDITIONAL_COMPILE_FLAGS: -Wno-macro-redefined -D_LIBCPP_ABI_INCOMPLETE_TYPES_IN_DEQUE
14
+ // ADDITIONAL_COMPILE_FLAGS: -Wno-error -Wno- macro-redefined -D_LIBCPP_ABI_INCOMPLETE_TYPES_IN_DEQUE
15
15
16
16
#include < deque>
17
17
#include < cassert>
Original file line number Diff line number Diff line change @@ -353,6 +353,14 @@ generic-gcc-cxx11)
353
353
-DLIBUNWIND_ENABLE_WERROR=NO
354
354
check-runtimes
355
355
;;
356
+ generic-gcc-abi-unstable)
357
+ clean
358
+ generate-cmake -C " ${MONOREPO_ROOT} /libcxx/cmake/caches/Generic-abi-unstable.cmake" \
359
+ -DLIBCXX_ENABLE_WERROR=NO \
360
+ -DLIBCXXABI_ENABLE_WERROR=NO \
361
+ -DLIBUNWIND_ENABLE_WERROR=NO
362
+ check-runtimes
363
+ ;;
356
364
#
357
365
# Sanitizers
358
366
#
You can’t perform that action at this time.
0 commit comments