Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed Jun 30, 2024
1 parent c8d91ed commit 5f2a2f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dmd/runnable/test17559.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// REQUIRED_ARGS: -g
// REQUIRED_ARGS(linux freebsd dragonflybsd): -L-export-dynamic
// LDC (required for Win32 and -O): REQUIRED_ARGS(windows32mscoff): -link-defaultlib-debug
// LDC (FreeBSD's libexecinfo apparently doesn't like elided frame pointers): REQUIRED_ARGS(freebsd): -link-defaultlib-debug -frame-pointer=all
// LDC (FreeBSD's libexecinfo apparently doesn't like elided frame pointers): REQUIRED_ARGS(freebsd): -frame-pointer=all
// LDC (our _UnwindBacktrace implementation - for musl libc - requires this): REQUIRED_ARGS(linux): -link-defaultlib-debug
// PERMUTE_ARGS:
// DISABLED: osx

Expand Down
1 change: 1 addition & 0 deletions tests/dmd/runnable/test19086.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// REQUIRED_ARGS: -g
// REQUIRED_ARGS(linux freebsd dragonflybsd): -L-export-dynamic
// LDC (FreeBSD's libexecinfo apparently doesn't like elided frame pointers): REQUIRED_ARGS(freebsd): -link-defaultlib-debug -frame-pointer=all
// LDC (our _UnwindBacktrace implementation - for musl libc - requires this): REQUIRED_ARGS(linux): -link-defaultlib-debug
// DISABLED: LDC_win32 // no file/line info for the `run19086` frame (and only that frame), even without -O
// PERMUTE_ARGS:
// DISABLED: osx
Expand Down

0 comments on commit 5f2a2f3

Please sign in to comment.