llvm-project
7fcd2ca2 - [lldb-dap][test] Import skipIfAsan decorator

Commit
174 days ago
[lldb-dap][test] Import skipIfAsan decorator ``` Traceback (most recent call last): File "/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/dotest.py", line 8, in <module> lldbsuite.test.run_suite() File "/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 1064, in run_suite visit("Test", dirpath, filenames) File "/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 706, in visit visit_file(dir, name) File "/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 649, in visit_file module = __import__(base) ^^^^^^^^^^^^^^^^ File "/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py", line 14, in <module> class TestDAP_runInTerminal(lldbdap_testcase.DAPTestCaseBase): File "/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py", line 29, in TestDAP_runInTerminal @skipIfAsan ^^^^^^^^^^ NameError: name 'skipIfAsan' is not defined ```
Author
Committer
Parents
Loading