-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This test seem to fail erratically for the in-tree build in the GCC 10.2 build on Ubuntu 20.04 from time to time:
5/31 Test #4: stdlib_bitset_64 .................***Failed 0.01 sec
Test string operations: from_string, read_bitset, to_string, and write_bitset
from_string transferred bitstring_0 properly into set0
from_string transferred bitstring_all properly into set1
read_bitset_string failed with bitstring_0 as expected.
read_bitset_string transferred "s33b" // bitstring_0 properly into set3
read_bitset_string transferred "s33b" // bitstring_all properly into set4.
to_string properly converted the set0 value
to_string properly converted the set1 value
write_bitset_string properly converted the set0 value
write_bitset_string properly converted the set1 value
Test bitset I/O: input, read_bitset, output, and write_bitset
Transfer to and from units using plain write_bitset_unit and read_bitset_unit succeeded.
Transfer to and from units using write_bitset_unit and read_bitset_unit with advance=="no" succeeded.
Transfer to and from units using output and input succeeded.
ERROR STOP TEST_IO transfer to and from units using stream output and input failed.
Error termination. Backtrace:
#0 0x7fd60cd20d3a
#1 0x7fd60cd21849
#2 0x7fd60cd22f77
#3 0x560e72feed04
#4 0x560e72feb522
#5 0x560e72fef8b3
#6 0x7fd60cb350b2
#7 0x560e72fea1fd
#8 0xffffffffffffffff
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working