llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: mauiavalos9-ux

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/221851.diff


1 Files Affected:

- (modified) 
lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py (-2) 


``````````diff
diff --git 
a/lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py 
b/lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py
index 44c039b1e9418..0ef92129bc5b2 100644
--- a/lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py
+++ b/lldb/test/API/functionalities/json/symbol-file/TestSymbolFileJSON.py
@@ -13,8 +13,6 @@ def setUp(self):
         self.source = "main.c"
 
     @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."""
 

``````````

</details>


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

Reply via email to