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

TestChangeProcessGroup fails with Android API 16 #24136

Open
llvmbot opened this issue Jun 5, 2015 · 0 comments
Open

TestChangeProcessGroup fails with Android API 16 #24136

llvmbot opened this issue Jun 5, 2015 · 0 comments
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jun 5, 2015

Bugzilla Link 23762
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

Fails with:

======================================================================
FAIL: test_setpgid_with_dwarf (TestChangeProcessGroup.ChangeProcessGroupTestCase)

Traceback (most recent call last):
File "/usr/local/google/home/sivachandra/llvm/tools/lldb/test/lldbtest.py", line 516, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/google/home/sivachandra/llvm/tools/lldb/test/functionalities/process_group/TestChangeProcessGroup.py", line 32, in test_setpgid_with_dwarf
self.setpgid()
File "/usr/local/google/home/sivachandra/llvm/tools/lldb/test/functionalities/process_group/TestChangeProcessGroup.py", line 100, in setpgid
self.expect("print (int)getpgid(0)", substrs = [pid], matching=False)
File "/usr/local/google/home/sivachandra/llvm/tools/lldb/test/lldbtest.py", line 2366, in expect
self.runCmd(str, msg=msg, trace = (True if trace else False), check = not error, inHistory=inHistory)
File "/usr/local/google/home/sivachandra/llvm/tools/lldb/test/lldbtest.py", line 2292, in runCmd
cmd_failure_message(cmd, self.res, msg))
AssertionError: False is not True : Command 'print (int)getpgid(0)' failed.

error: Can't run the expression locally: Interpreter doesn't handle one of the expression's opcodes

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

1 participant