[all-commits] [llvm/llvm-project] ea08d4: [lldb] Remove ScriptInterpreterLuaTest.Plugin unit...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Mar 29 23:51:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea08d4ba37362506ebd30957a9473467df6f00b9
https://github.com/llvm/llvm-project/commit/ea08d4ba37362506ebd30957a9473467df6f00b9
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M lldb/unittests/ScriptInterpreter/Lua/ScriptInterpreterTests.cpp
Log Message:
-----------
[lldb] Remove ScriptInterpreterLuaTest.Plugin unittest
This test is not useful as the functions it's testing are just returning
a constant. It also fails in unoptimized builds as it's comparing
character strings by address.
More information about the All-commits
mailing list