luporl wrote:
@satyajanga, `TestProcessSaveCoreMinidumpSizeMismatch.py` fails on Arm. Should
it be skipped on it?
```
FAIL: lldb-api ::
functionalities/process_save_core_minidump/size_mismatch/TestProcessSaveCoreMinidumpSizeMismatch.py
(1 of 1)
******************** TEST 'lldb-api ::
functionalities/process_save_core_minidump/size_mismatch/TestProcessSaveCoreMinidumpSizeMismatch.py'
FAILED ********************
Script:
--
/usr/bin/python3.10
/home/leandro.lupori/git/ci/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u
CFLAGS --env LLVM_LIBS_DIR=/home/leandro.lupori/git/ci/build32/./lib --env
LLVM_INCLUDE_DIR=/home/leandro.lupori/git/ci/build32/include
--env LLVM_TOOLS_DIR=/home/leandro.lupori/git/ci/build32/./bin --triple
armv8l-unknown-linux-gnueabihf --build-dir
/home/leandro.lupori/git/ci/build32/lldb-test-build --lldb-module-cache-dir
/home/leandro.lupori/git/ci/build32/lldb-test
-build/module-cache-lldb/lldb-api --clang-module-cache-dir
/home/leandro.lupori/git/ci/build32/lldb-test-build/module-cache-clang/lldb-api
--executable /home/leandro.lupori/git/ci/build32/./bin/lldb --lldb-python-dir
/home/leandro.lupor
i/git/ci/build32/local/lib/python3.10/dist-packages --compiler
/home/leandro.lupori/git/ci/build32/./bin/clang --dsymutil
/home/leandro.lupori/git/ci/build32/./bin/dsymutil --make /usr/bin/gmake
--llvm-tools-dir /home/leandro.lupori/git
/ci/build32/./bin --lldb-obj-root
/home/leandro.lupori/git/ci/build32/tools/lldb --lldb-libs-dir
/home/leandro.lupori/git/ci/build32/./lib --cmake-build-type Release
/home/leandro.lupori/git/ci/llvm-project/lldb/test/API/functionalities
/process_save_core_minidump/size_mismatch -p
TestProcessSaveCoreMinidumpSizeMismatch.py
--
Exit Code: 1
Command Output (stdout):
--
Skipping the following test categories: libc++, msvcstl, dsym, pdb, gmodules,
debugserver, objc
--
Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/leandro.lupori/git/ci/build32/bin/clang-arm) ::
test_memory64_datasize_matches_written_bytes_dsym
(TestProcessSaveCoreMinidumpSizeMismatch.ProcessSaveCoreMinidumpSizeMismatchTestCase)
(test case does not fall in
any category of interest for this run)
FAIL: LLDB (/home/leandro.lupori/git/ci/build32/bin/clang-arm) ::
test_memory64_datasize_matches_written_bytes_dwarf
(TestProcessSaveCoreMinidumpSizeMismatch.ProcessSaveCoreMinidumpSizeMismatchTestCase)
Log Files:
-
/home/leandro.lupori/git/ci/build32/lldb-test-build/functionalities/process_save_core_minidump/size_mismatch/TestProcessSaveCoreMinidumpSizeMismatch/Failure_test_memory64_datasize_matches_written_bytes_dwarf.log
FAIL: LLDB (/home/leandro.lupori/git/ci/build32/bin/clang-arm) ::
test_memory64_datasize_matches_written_bytes_dwo
(TestProcessSaveCoreMinidumpSizeMismatch.ProcessSaveCoreMinidumpSizeMismatchTestCase)
Log Files:
-
/home/leandro.lupori/git/ci/build32/lldb-test-build/functionalities/process_save_core_minidump/size_mismatch/TestProcessSaveCoreMinidumpSizeMismatch/Failure_test_memory64_datasize_matches_written_bytes_dwo.log
======================================================================
FAIL: test_memory64_datasize_matches_written_bytes_dwarf
(TestProcessSaveCoreMinidumpSizeMismatch.ProcessSaveCoreMinidumpSizeMismatchTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/leandro.lupori/git/ci/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2171, in test_method
return attrvalue(self)
File
"/home/leandro.lupori/git/ci/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 221, in wrapper
return func(*args, **kwargs)
File
"/home/leandro.lupori/git/ci/llvm-project/lldb/test/API/functionalities/process_save_core_minidump/size_mismatch/TestProcessSaveCoreMinidumpSizeMismatch.py",
line 90, in test_memory64_datasize_matches_written_bytes
self.assertSuccess(process.SaveCore(options))
File
"/home/leandro.lupori/git/ci/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 3045, in assertSuccess
self.fail(self._formatMessage(msg, "'{}' is not success".format(error)))
AssertionError: 'architecture arm not supported.' is not success
Config=arm-/home/leandro.lupori/git/ci/build32/bin/clang
======================================================================
FAIL: test_memory64_datasize_matches_written_bytes_dwo
(TestProcessSaveCoreMinidumpSizeMismatch.ProcessSaveCoreMinidumpSizeMismatchTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/leandro.lupori/git/ci/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2171, in test_method
return attrvalue(self)
File
"/home/leandro.lupori/git/ci/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 221, in wrapper
return func(*args, **kwargs)
File
"/home/leandro.lupori/git/ci/llvm-project/lldb/test/API/functionalities/process_save_core_minidump/size_mismatch/TestProcessSaveCoreMinidumpSizeMismatch.py",
line 90, in test_memory64_datasize_matches_written_bytes
self.assertSuccess(process.SaveCore(options))
File
"/home/leandro.lupori/git/ci/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 3045, in assertSuccess
self.fail(self._formatMessage(msg, "'{}' is not success".format(error)))
AssertionError: 'architecture arm not supported.' is not success
Config=arm-/home/leandro.lupori/git/ci/build32/bin/clang
----------------------------------------------------------------------
Ran 3 tests in 0.484s
FAILED (failures=2, skipped=1)
Skip breakdown (unsupported=1, skipped=0)
--
```
lldb-arm-ubuntu bot: https://lab.llvm.org/buildbot/#/builders/18/builds/26396
https://github.com/llvm/llvm-project/pull/212861
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits