[all-commits] [llvm/llvm-project] 84046a: [lldb][test] Recognize a Wasm trap as a crash (#21...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sun Aug 2 09:38:16 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84046ac88f3104def05049a701535a79c19560bd
https://github.com/llvm/llvm-project/commit/84046ac88f3104def05049a701535a79c19560bd
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-08-02 (Sun, 02 Aug 2026)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbutil.py
Log Message:
-----------
[lldb][test] Recognize a Wasm trap as a crash (#213551)
is_thread_crashed maps how each platform reports the bad access the test
suite uses to simulate a crash, and had no case for Wasm, where there
are no signals and a bad access raises a trap that a runtime reports as
an exception. Without one it fell through to a description match that
never held, so a crashed thread read as running fine.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list