Skip to content

Commit 25cf5b8

Browse files
committed
update README, enable sigalt
1 parent 4dfe19b commit 25cf5b8

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ This repository contains a version of Valgrind including a few patches to improv
1616
| macOS 15 (Sequoia) | - || ~[^2] | - |
1717
| macOS 26 (Tahoe) | - ||| - |
1818

19-
[^1]: Supported as part of upstream Valgrind.
19+
[^1]: Supported as part of upstream Valgrind
2020
[^2]: macOS 15 arm64 is experimental ([#123](https://github.com/LouisBrunner/valgrind-macos/issues/123))
2121
[^3]: PowerPC is unsupported ([#62](https://github.com/LouisBrunner/valgrind-macos/issues/62))
2222

23-
Note that every version from macOS 10.12 onwards currently has the following issues:
24-
25-
- using threads and signals together is undefined (crashes, hanging, etc), note: a few tests were disabled because of that
26-
2723
## Usage
2824

2925
In case you already have Valgrind installed, you might need to `brew remove` it first.
@@ -65,10 +61,6 @@ brew upgrade --fetch-HEAD LouisBrunner/valgrind/valgrind
6561

6662
## Tests
6763

68-
Some tests are hanging and were therefore disabled on macOS:
69-
70-
- `memcheck/tests/sigaltstack` & `drd/tests/sigaltstack` (arm64)
71-
7264
### Linux (Ubuntu 24.04)
7365

7466
These errors seem to come from the CI environment itself (as they show with or without my changes).

drd/tests/sigaltstack.vgtest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
prereq: ! ../../tests/os_test darwin
21
prog: ../../memcheck/tests/sigaltstack
32
vgopts: -q

memcheck/tests/sigaltstack.vgtest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
prereq: ! ../../tests/os_test darwin
21
prog: sigaltstack
32
vgopts: -q

0 commit comments

Comments
 (0)