Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xcode 16.2] Failed Tests (1): lldb-api :: functionalities/asan/swift/TestAsanSwift.py #10012

Open
shahmishal opened this issue Feb 12, 2025 · 1 comment

Comments

@shahmishal
Copy link
Member

======================================================================
FAIL: test_asan_swift_dsym (TestAsanSwift.AsanSwiftTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1768, in test_method
    return attrvalue(self)
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149, in wrapper
    return func(*args, **kwargs)
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149, in wrapper
    return func(*args, **kwargs)
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/test/API/functionalities/asan/swift/TestAsanSwift.py", line 33, in test_asan_swift
    self.do_test_asan()
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/test/API/functionalities/asan/swift/TestAsanSwift.py", line 81, in do_test_asan
    self.expect(
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2474, in expect
    self.fail(log_msg)
AssertionError: Ran command:
"memory history `ptr`"

Got output:

Expecting sub string: "Memory allocated by Thread 1" (was not found)
Config=arm64-/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/build/buildbot_incremental/llvm-macosx-arm64/bin/clang
======================================================================
FAIL: test_asan_swift_dsym (TestAsanSwift.AsanSwiftTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2029, in tearDown
    Base.tearDown(self)
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1139, in tearDown
    self.assertEqual(lldb.SBModule.GetNumberAllocatedModules(), 0)
AssertionError: 1 != 0
Config=arm64-/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/build/buildbot_incremental/llvm-macosx-arm64/bin/clang
======================================================================
FAIL: test_asan_swift_dwarf (TestAsanSwift.AsanSwiftTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1768, in test_method
    return attrvalue(self)
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149, in wrapper
    return func(*args, **kwargs)
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149, in wrapper
    return func(*args, **kwargs)
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/test/API/functionalities/asan/swift/TestAsanSwift.py", line 33, in test_asan_swift
    self.do_test_asan()
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/test/API/functionalities/asan/swift/TestAsanSwift.py", line 81, in do_test_asan
    self.expect(
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2474, in expect
    self.fail(log_msg)
AssertionError: Ran command:
"memory history `ptr`"

Got output:

Expecting sub string: "Memory allocated by Thread 1" (was not found)
Config=arm64-/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/build/buildbot_incremental/llvm-macosx-arm64/bin/clang
======================================================================
FAIL: test_asan_swift_dwarf (TestAsanSwift.AsanSwiftTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2029, in tearDown
    Base.tearDown(self)
  File "/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1139, in tearDown
    self.assertEqual(lldb.SBModule.GetNumberAllocatedModules(), 0)
AssertionError: 1 != 0
Config=arm64-/Users/ec2-user/jenkins/workspace/oss-swift-pr-test-macos-arm64/build/buildbot_incremental/llvm-macosx-arm64/bin/clang
----------------------------------------------------------------------
Ran 6 tests in 30.032s

FAILED (failures=4, skipped=2)

--

********************
wrotki pushed a commit that referenced this issue Feb 13, 2025
Backticks prevents emitting proper diagnostics when expression evaluation fails.

Replacing backticks expressions with use of lldb tremporary variables in ASAN lldb Swift test

#10012
wrotki pushed a commit that referenced this issue Feb 13, 2025
Backticks prevents emitting proper diagnostics when expression evaluation fails.

Replacing backticks expressions with use of lldb tremporary variables in ASAN lldb Swift test

#10012
(cherry picked from commit 578efae)
@Michael137
Copy link

The self.assertEqual(lldb.SBModule.GetNumberAllocatedModules(), 0) is a known race condition on teardown of the test-suite. I've summarized it in rdar://140111416

The problem is that occasionally there can still be a ThreadPlan holding onto an lldb::Module when we're trying to orphan the lldb::Modules at the end of the test-suite (when tearing down the debugger).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants