nareshkamboju

kselftest fail cases

Apr 4th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. Selftest failed report
  2.  
  3. Issue 1 :
  4. -----------
  5. 4 failed test cases under bpf
  6. This is the first time we are testing and it is broken on mainline.
  7. Upstream bpf fix patch series to be merged in to mainline.
  8.  
  9. Running tests in bpf
  10. ========================================
  11. ./run_kselftest.sh: line 6: cd: bpf: No such file or directory
  12. ./run_kselftest.sh: line 7: ./test_verifier: No such file or directory
  13. ...
  14.  
  15. Issue 2 :
  16. -----------
  17. Capabilities-test_execve failed
  18. Test case doing fork and testing use cases with parent and child.
  19.  
  20. [FAIL] Wrong effective state (AT_SECURE is not set)
  21. [FAIL] Child failed
  22. And
  23. Test case using fork_wait()
  24. And few times child Failed with unknown reason.
  25. Root and unroot checks for file operations
  26. Need to debug this case.
  27.  
  28. Issue 3:
  29. -----------
  30. Fw_userhelper.sh - failed
  31. echo: write error: Resource temporarily unavailable.
  32.  
  33. Issue 4:
  34. -----------
  35. FTRACE -
  36. Only one sub-test case failed
  37. ftrace - function glob filters [FAIL]
  38.  
  39. Rest of them are not supported.
  40. Following two configurations not supported on arm and arm64 architecture.
  41. hist trigger is not supported
  42. CONFIG_HIST_TRIGGERS
  43. CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG
  44.  
  45. Issue 5:
  46. -----------
  47. Running tests in sync
  48. ========================================
  49. [RUN] Testing sync framework
  50. [RUN] Executing test_alloc_timeline
  51. [ERROR] Failure allocating timeline
  52. [RUN] Executing test_alloc_fence
  53. [ERROR] Failure allocating timeline
  54. [RUN] Executing test_alloc_fence_negative
  55. [ERROR] Failure allocating timeline
  56. [RUN] Executing test_fence_one_timeline_wait
  57. [ERROR] Failure allocating timeline
  58. [RUN] Executing test_fence_one_timeline_merge
  59. [ERROR] Failure allocating fences
  60. [RUN] Executing test_fence_merge_same_fence
  61. [ERROR] Failure allocating timeline
  62. [RUN] Executing test_fence_multi_timeline_wait
  63. [ERROR] Failure merging fence from various timelines
  64. [RUN] Executing test_stress_two_threads_shared_timeline
  65. [ERROR] Failure allocating timeline
  66. [RUN] Executing test_consumer_stress_multi_producer_single_consumer
  67. [ERROR] Failure merging fences
  68. [ERROR] Failure creating fence
  69. [ERROR] Failure creating fence
  70. [ERROR] Failure creating fence
  71. [ERROR] Failure creating fence
  72. [ERROR] Failure creating fence
  73. [RUN] Executing test_merge_stress_random_merge
  74. [ERROR] Failure creating fence
  75. [FAIL] sync errors: 10
  76. selftests: sync_test [FAIL]
  77.  
  78. Issue 5:
  79. -----------
  80. inconsistency-check failed
  81. Timer test case inconsistency-check failed on Hikey
  82. Timer test case inconsistency-check PASSED on Mustang
  83.  
  84. Consistent CLOCK_REALTIME [OK]
  85. Consistent CLOCK_MONOTONIC [OK]
  86. Consistent CLOCK_PROCESS_CPUTIME_ID [OK]
  87. Consistent CLOCK_THREAD_CPUTIME_ID [OK]
  88. Consistent CLOCK_MONOTONIC_RAW [OK]
  89. Consistent CLOCK_REALTIME_COARSE [OK]
  90. Consistent CLOCK_MONOTONIC_COARSE [OK]
  91. Consistent CLOCK_BOOTTIME [OK]
  92. Consistent CLOCK_REALTIME_ALARM [OK]
  93. Consistent CLOCK_BOOTTIME_ALARM [OK]
  94. Consistent CLOCK_TAI [OK]
  95. selftests: inconsistency-check [PASS]
Add Comment
Please, Sign In to add comment