Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Selftest failed report
- Issue 1 :
- -----------
- 4 failed test cases under bpf
- This is the first time we are testing and it is broken on mainline.
- Upstream bpf fix patch series to be merged in to mainline.
- Running tests in bpf
- ========================================
- ./run_kselftest.sh: line 6: cd: bpf: No such file or directory
- ./run_kselftest.sh: line 7: ./test_verifier: No such file or directory
- ...
- Issue 2 :
- -----------
- Capabilities-test_execve failed
- Test case doing fork and testing use cases with parent and child.
- [FAIL] Wrong effective state (AT_SECURE is not set)
- [FAIL] Child failed
- And
- Test case using fork_wait()
- And few times child Failed with unknown reason.
- Root and unroot checks for file operations
- Need to debug this case.
- Issue 3:
- -----------
- Fw_userhelper.sh - failed
- echo: write error: Resource temporarily unavailable.
- Issue 4:
- -----------
- FTRACE -
- Only one sub-test case failed
- ftrace - function glob filters [FAIL]
- Rest of them are not supported.
- Following two configurations not supported on arm and arm64 architecture.
- hist trigger is not supported
- CONFIG_HIST_TRIGGERS
- CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG
- Issue 5:
- -----------
- Running tests in sync
- ========================================
- [RUN] Testing sync framework
- [RUN] Executing test_alloc_timeline
- [ERROR] Failure allocating timeline
- [RUN] Executing test_alloc_fence
- [ERROR] Failure allocating timeline
- [RUN] Executing test_alloc_fence_negative
- [ERROR] Failure allocating timeline
- [RUN] Executing test_fence_one_timeline_wait
- [ERROR] Failure allocating timeline
- [RUN] Executing test_fence_one_timeline_merge
- [ERROR] Failure allocating fences
- [RUN] Executing test_fence_merge_same_fence
- [ERROR] Failure allocating timeline
- [RUN] Executing test_fence_multi_timeline_wait
- [ERROR] Failure merging fence from various timelines
- [RUN] Executing test_stress_two_threads_shared_timeline
- [ERROR] Failure allocating timeline
- [RUN] Executing test_consumer_stress_multi_producer_single_consumer
- [ERROR] Failure merging fences
- [ERROR] Failure creating fence
- [ERROR] Failure creating fence
- [ERROR] Failure creating fence
- [ERROR] Failure creating fence
- [ERROR] Failure creating fence
- [RUN] Executing test_merge_stress_random_merge
- [ERROR] Failure creating fence
- [FAIL] sync errors: 10
- selftests: sync_test [FAIL]
- Issue 5:
- -----------
- inconsistency-check failed
- Timer test case inconsistency-check failed on Hikey
- Timer test case inconsistency-check PASSED on Mustang
- Consistent CLOCK_REALTIME [OK]
- Consistent CLOCK_MONOTONIC [OK]
- Consistent CLOCK_PROCESS_CPUTIME_ID [OK]
- Consistent CLOCK_THREAD_CPUTIME_ID [OK]
- Consistent CLOCK_MONOTONIC_RAW [OK]
- Consistent CLOCK_REALTIME_COARSE [OK]
- Consistent CLOCK_MONOTONIC_COARSE [OK]
- Consistent CLOCK_BOOTTIME [OK]
- Consistent CLOCK_REALTIME_ALARM [OK]
- Consistent CLOCK_BOOTTIME_ALARM [OK]
- Consistent CLOCK_TAI [OK]
- selftests: inconsistency-check [PASS]
Add Comment
Please, Sign In to add comment