Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update llvm-vs-code-extensions.vscode-clangd, ms-vscode.cpptools #364

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer-metadata-vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"customizations": {
"vscode": {
"extensions": [
"[email protected].26",
"[email protected].27",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected].7",
"[email protected].8",
"[email protected]",
"[email protected]",
"[email protected]"
Expand Down
12 changes: 0 additions & 12 deletions test/testsuite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ teardown() {
assert_failure
assert_output --partial "AddressSanitizer: stack-buffer-overflow"

run build/gcc/sanitizers/test-threadsan
assert_failure
assert_output --partial "ThreadSanitizer: data race"

run build/gcc/sanitizers/test-ubsan
assert_failure
assert_output --partial "runtime error: load of null pointer"
Expand All @@ -281,14 +277,6 @@ teardown() {
assert_failure
assert_output --partial "AddressSanitizer: stack-buffer-overflow"

run build/clang/sanitizers/test-memsan
assert_failure
assert_output --partial "MemorySanitizer: use-of-uninitialized-value"

run build/clang/sanitizers/test-threadsan
assert_failure
assert_output --partial "ThreadSanitizer: data race"

run build/clang/sanitizers/test-ubsan
assert_failure
assert_output --partial "runtime error: load of null pointer"
Expand Down
Loading