Skip to content
GitHub Actions / Test Results failed Mar 12, 2024 in 0s

2 fail, 18 pass in 40s

20 tests  ±0   18 ✅ +1   40s ⏱️ -1s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    2 ❌  - 1 

Results for commit 67653e7. ± Comparison against earlier commit 93d8f73.

Annotations

Check warning on line 0 in testsuite.bats

See this annotation in the file changed.

@github-actions github-actions / Test Results

sanitizers should detect undefined or suspicious behavior in code compiled with gcc (testsuite.bats) failed

test-report.xml [took 0s]
Raw output
tags: tc:21
(from function `assert_output' in file /usr/local/bats-assert/src/assert_output.bash, line 186,
 in test file testsuite.bats, line 267)
  `assert_output --partial "ThreadSanitizer: data race"' failed

-- output does not contain substring --
substring : ThreadSanitizer: data race
output    : FATAL: ThreadSanitizer: unexpected memory mapping 0x56d87d5b8000-0x56d87d5b9000
--

Check warning on line 0 in testsuite.bats

See this annotation in the file changed.

@github-actions github-actions / Test Results

sanitizers should detect undefined or suspicious behavior in code compiled with clang (testsuite.bats) failed

test-report.xml [took 1s]
Raw output
tags: tc:22
(from function `assert_output' in file /usr/local/bats-assert/src/assert_output.bash, line 186,
 in test file testsuite.bats, line 290)
  `assert_output --partial "ThreadSanitizer: data race"' failed

-- output does not contain substring --
substring : ThreadSanitizer: data race
output    : FATAL: ThreadSanitizer: unexpected memory mapping 0x58327b539000-0x58327b55a000
--