Skip to content

LLDB: test_vectorcall fails on FreeBSD #56084

Open
@mgorny

Description

@mgorny
======================================================================
FAIL: test_vectorcall (TestCCallingConventions.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/mgorny/llvm-project/lldb/test/API/lang/c/calling-conventions/TestCCallingConventions.py", line 67, in test_vectorcall
    self.expect_expr("func(1.0)", result_type="int", result_value="1")
  File "/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2438, in expect_expr
    value_check.check_value(self, eval_result, str(eval_result))
  File "/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 290, in check_value
    test_base.assertSuccess(val.GetError())
  File "/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2474, in assertSuccess
    self.fail(self._formatMessage(msg,
AssertionError: 'expression failed to parse:
error: Couldn't lookup symbols:
  func@@8
' is not success
Config=x86_64-/home/mgorny/llvm-project/build/bin/clang

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions