[lldb-dev] [Bug 17430] New: test_load_plugin (TestPluginCommands.PluginCommandTestCase) test fails on FreeBSD

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 1 08:04:14 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17430

            Bug ID: 17430
           Summary: test_load_plugin
                    (TestPluginCommands.PluginCommandTestCase) test fails
                    on FreeBSD
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: emaste at freebsd.org
    Classification: Unclassified

Configuration: arch=amd64 compiler=clang
----------------------------------------------------------------------
Collected 1 test

1: test_load_plugin (TestPluginCommands.PluginCommandTestCase)
   Test that plugins that load commands work correctly. ... ERROR

======================================================================
ERROR: test_load_plugin (TestPluginCommands.PluginCommandTestCase)
   Test that plugins that load commands work correctly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 787, in wrapper
    func(*args, **kwargs)
  File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/functionalities/plugins/commands/TestPluginCommands.py",
line 32, in test_load_plugin
    self.buildLibrary("plugin.cpp", plugin_name)
  File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 1422, in buildLibrary
    self.buildDefault(dictionary=d)
  File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 1435, in buildDefault
    if not module.buildDefault(self, architecture, compiler, dictionary,
clean):
  File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/plugins/builder_base.py",
line 96, in buildDefault
    sender=sender)
  File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 284, in system
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['/bin/sh', '-c', "gmake clean
DYLIB_CXX_SOURCES='plugin.cpp' LD_EXTRAS='-shared
-L/data/buildslave/lldb-amd64-freebsd/obj/llvm/Release+Asserts/bin -llldb'
DYLIB_NAME='plugin' CFLAGS_EXTRAS='-std=c++11
-I/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/../include
-fPIC';gmake  ARCH=amd64 CC=clang DYLIB_CXX_SOURCES='plugin.cpp'
LD_EXTRAS='-shared
-L/data/buildslave/lldb-amd64-freebsd/obj/llvm/Release+Asserts/bin -llldb'
DYLIB_NAME='plugin' CFLAGS_EXTRAS='-std=c++11
-I/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/../include
-fPIC'"]' returned non-zero exit status 2
Config=amd64-clang
----------------------------------------------------------------------
Ran 1 test in 0.675s

FAILED (errors=1)
Session logs for test failures/errors/unexpected successes can be found in
directory 'lldb-test-traces'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131001/73486bce/attachment.html>


More information about the lldb-dev mailing list