FLAKY 991 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Flaky tests
  2. -----------
  3. These should be debugged, or revisited after memory debugging PRs are merged
  4. waitpid03,1 - fails about 20% of the time
  5. preadv01 - fails intermittently in CI - perhaps an unrelated bug?
  6. preadv01,2
  7. preadv01,3
  8. preadv01,4
  9. waitpid02 - Gets a segfault in debug build fairly often
  10. waitpid02,1
  11. waitpid02,2
  12. waitpid02,3
  13. clock_nanosleep01,11 - Pretty prone to hanging, don't think it is a timeout
  14. sendfile05,1 - pretty prone to a segfault, perhaps an unrelated issue
  15. Internal memory fault at 0x8 (IP = +0x34f1a, VMID = 3902099696, TID = 1)
  16. Prone to hanging - I think a memory corruption issue that may have a pending fix
  17. recvfrom01,1
  18. recvfrom01,2
  19. futex_wait03,1 (see https://github.com/oscarlab/graphene/pull/180#issuecomment-368970338)
  20. Intermittent seg fault
  21. kill03,1
  22. Intermittent hang
  23. send01,1
  24. send01,2
  25. sendto01,1
  26. sendto01,2
  27. sendto01,3
  28. recv01,1
  29. recv01,2
  30. Intermittent failure on Linux host
  31. poll02,1
  32. Intermittent failure on Linux debug host
  33. recvmsg01,1
  34. recvmsg01,2