Author: Jonas Devlieghere
Date: 2026-08-01T05:22:42Z
New Revision: 9a15298e9664f723c9379c7972735f3c2292829d

URL: 
https://github.com/llvm/llvm-project/commit/9a15298e9664f723c9379c7972735f3c2292829d
DIFF: 
https://github.com/llvm/llvm-project/commit/9a15298e9664f723c9379c7972735f3c2292829d.diff

LOG: [lldb][test] Skip the JSON symbol file test on WebAssembly (#213407)

A JSON symbol file requires the UUID of the module it describes, and a
WebAssembly module carries no UUID.

Added: 
    

Modified: 
    lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py 
b/lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py
index 8d73a1642987e..44c039b1e9418 100644
--- a/lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py
+++ b/lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py
@@ -14,6 +14,7 @@ def setUp(self):
 
     @no_debug_info_test
     @skipIfWindows  # No 'strip'
+    @skipIfWasm  # Wasm modules have no UUID
     def test_symbol_file_json_address(self):
         """Test that 'target symbols add' can load the symbols from a JSON 
file using file addresses."""
 


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to