Remove some exploratory some tests

These were reported as failing on some Apple Arm64 systems.
This commit is contained in:
Justine Tunney 2023-11-14 21:21:22 -08:00
parent 9f9aec013a
commit 3a470ed356
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -120,6 +120,4 @@ TEST(poll, interrupt) {
TEST(raise, zero) {
ASSERT_SYS(0, 0, raise(0));
ASSERT_SYS(EINVAL, -1, raise(-1));
ASSERT_SYS(EINVAL, -1, raise(_NSIG + 1));
}