Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- royshi-mac-home ~/public_llvm/build % bin/llvm-lit -sv ../llvm-project/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
- llvm-lit: /Users/royshi/public_llvm/llvm-project/lldb/test/API/lit.cfg.py:195: warning: Could not set a default per-test timeout. Requires the Python psutil module but it could not be found. Try installing it via pip or via your operating system's package manager.
- FAIL: lldb-api :: macosx/simulator/TestSimulatorPlatform.py (1 of 1)
- ******************** TEST 'lldb-api :: macosx/simulator/TestSimulatorPlatform.py' FAILED ********************
- Script:
- --
- /Applications/Xcode_16.3.0_16E140_fb.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/bin/python3.9 /Users/royshi/public_llvm/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/Users/royshi/public_llvm/build/./lib --env LLVM_INCLUDE_DIR=/Users/royshi/public_llvm/build/include --env LLVM_TOOLS_DIR=/Users/royshi/public_llvm/build/./bin --libcxx-include-dir /Users/royshi/public_llvm/build/include/c++/v1 --libcxx-library-dir /Users/royshi/public_llvm/build/lib --arch arm64 --build-dir /Users/royshi/public_llvm/build/lldb-test-build.noindex --lldb-module-cache-dir /Users/royshi/public_llvm/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /Users/royshi/public_llvm/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /Users/royshi/public_llvm/build/./bin/lldb --compiler /Users/royshi/public_llvm/build/./bin/clang --dsymutil /Users/royshi/public_llvm/build/./bin/dsymutil --make /usr/bin/make --llvm-tools-dir /Users/royshi/public_llvm/build/./bin --lldb-obj-root /Users/royshi/public_llvm/build/tools/lldb --lldb-libs-dir /Users/royshi/public_llvm/build/./lib /Users/royshi/public_llvm/llvm-project/lldb/test/API/macosx/simulator -p TestSimulatorPlatform.py
- --
- Exit Code: 1
- Command Output (stdout):
- --
- lldb version 21.0.0git (https://github.com/royitaqi/llvm-project revision 89e95870f9ccdbd938623dd690960dcf3649df7e)
- clang revision 89e95870f9ccdbd938623dd690960dcf3649df7e
- llvm revision 89e95870f9ccdbd938623dd690960dcf3649df7e
- Skipping the following test categories: ['libstdcxx', 'dwo', 'llgs', 'fork']
- arm64-apple-ios-simulator
- arm64-apple-ios14.0-simulator
- arm64-apple-tvos-simulator
- arm64-apple-tvos14.0-simulator
- --
- Command Output (stderr):
- --
- PASS: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_ios (TestSimulatorPlatform.TestSimulatorPlatformLaunching)
- PASS: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_ios_backdeploy_apple_silicon (TestSimulatorPlatform.TestSimulatorPlatformLaunching)
- UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_ios_backdeploy_x86 (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skipping due to the following parameter(s): architecture)
- UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_lc_version_min_iphoneos (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skipping due to the following parameter(s): architecture)
- UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_lc_version_min_macosx (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skipping due to the following parameter(s): architecture)
- UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_lc_version_min_tvos (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skipping due to the following parameter(s): architecture)
- UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_lc_version_min_watchos (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skip on macosx, darwin, ios, tvos, watchos, bridgeos, iphonesimulator, watchsimulator, appletvsimulator)
- FAIL: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_tvos (TestSimulatorPlatform.TestSimulatorPlatformLaunching)
- FAIL: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_tvos_backdeploy_apple_silicon (TestSimulatorPlatform.TestSimulatorPlatformLaunching)
- UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_watchos_armv7k (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skip on macosx, darwin, ios, tvos, watchos, bridgeos, iphonesimulator, watchsimulator, appletvsimulator)
- UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_watchos_backdeploy_apple_silicon (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skip on macosx, darwin, ios, tvos, watchos, bridgeos, iphonesimulator, watchsimulator, appletvsimulator)
- UNSUPPORTED: LLDB (/Users/royshi/public_llvm/build/bin/clang-arm64) :: test_watchos_i386 (TestSimulatorPlatform.TestSimulatorPlatformLaunching) (skip on macosx, darwin, ios, tvos, watchos, bridgeos, iphonesimulator, watchsimulator, appletvsimulator)
- ======================================================================
- FAIL: test_tvos (TestSimulatorPlatform.TestSimulatorPlatformLaunching)
- Test running an tvOS simulator binary
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 148, in wrapper
- return func(*args, **kwargs)
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 148, in wrapper
- return func(*args, **kwargs)
- File "/Users/royshi/public_llvm/llvm-project/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py", line 101, in test_tvos
- self.run_with(
- File "/Users/royshi/public_llvm/llvm-project/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py", line 74, in run_with
- lldbutil.run_to_source_breakpoint(
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py", line 1016, in run_to_source_breakpoint
- return run_to_breakpoint_do_run(
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py", line 891, in run_to_breakpoint_do_run
- test.assertTrue(
- AssertionError: No value is not true : Could not create a valid process for a.out: no valid simulator instance
- Config=arm64-/Users/royshi/public_llvm/build/bin/clang
- ======================================================================
- FAIL: test_tvos_backdeploy_apple_silicon (TestSimulatorPlatform.TestSimulatorPlatformLaunching)
- Test running a back-deploying tvOS simulator binary
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 148, in wrapper
- return func(*args, **kwargs)
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 148, in wrapper
- return func(*args, **kwargs)
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 148, in wrapper
- return func(*args, **kwargs)
- File "/Users/royshi/public_llvm/llvm-project/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py", line 233, in test_tvos_backdeploy_apple_silicon
- self.run_with(
- File "/Users/royshi/public_llvm/llvm-project/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py", line 74, in run_with
- lldbutil.run_to_source_breakpoint(
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py", line 1016, in run_to_source_breakpoint
- return run_to_breakpoint_do_run(
- File "/Users/royshi/public_llvm/llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py", line 891, in run_to_breakpoint_do_run
- test.assertTrue(
- AssertionError: No value is not true : Could not create a valid process for a.out: no valid simulator instance
- Config=arm64-/Users/royshi/public_llvm/build/bin/clang
- ----------------------------------------------------------------------
- Ran 12 tests in 29.621s
- FAILED (failures=2, skipped=8)
- --
- ********************
- ********************
- Failed Tests (1):
- lldb-api :: macosx/simulator/TestSimulatorPlatform.py
- Testing Time: 34.86s
- Total Discovered Tests: 1
- Failed: 1 (100.00%)
- 1 warning(s) in tests
- royshi-mac-home ~/public_llvm/build %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement