Skip to content

Commit

Permalink
chore(deps): update llvm-vs-code-extensions.vscode-clangd, ms-vscode.…
Browse files Browse the repository at this point in the history
…cpptools (#364)

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

* test: disable flaky tests for now

---------

Co-authored-by: rjaegers <[email protected]>
  • Loading branch information
1 parent e8cec54 commit b6888d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
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

0 comments on commit b6888d3

Please sign in to comment.