Skip to content

Commit aab1980

Browse files
committed
Fix unittest
1 parent 5332dfe commit aab1980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_fast_clang.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def test_records_fields_offset(self):
4444
@unittest.expectedFailure
4545
def test_includes_x32(self):
4646
"""Test sizes of pod with std include."""
47+
# 2025 FIXME
48+
# ctypeslib.codegen.handler.InvalidTranslationUnitException: 'bits/libc-header-start.h' file not found (/usr/include/stdint.h:26:10) during processing test/data/test-stdint.cpp
4749
targets = ['int8_t', 'intptr_t', 'intmax_t']
4850
# no size here ['a','b','c','d','e','f','g','h']
4951
# will fail with IncorrectWordSizeError

0 commit comments

Comments
 (0)