KerwinMa / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

tsan thread failure #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

[----------] Global test environment tear-down
[==========] 210 tests from 1 test case ran. (228058 ms total)
[  PASSED  ] 209 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] libyuvTest.I420ToUYVYInvert_OptVsC

 1 FAILED TEST
16:27:08 common.py [INFO] process ended, did not time out
16:27:08 common.py [INFO] flushing stdout
16:27:08 common.py [INFO] collecting result code
16:27:08 common.py [ERROR] valgrind-tsan.sh exited with non-zero result code 1
16:27:08 tsan_analyze.py [INFO] PASS: No reports found
16:27:08 valgrind_test.py [ERROR] Test execution failed.
16:27:08 valgrind_test.py [INFO] elapsed time: 00:03:49

Original issue reported on code.google.com by fbarch...@google.com on 10 Sep 2012 at 7:22

GoogleCodeExporter commented 9 years ago
r341 disables this test.  But the root cause of failure is not fixed.

Original comment by fbarch...@google.com on 10 Sep 2012 at 8:53

GoogleCodeExporter commented 9 years ago
r348 fixes this issue and reenables the tests.  tsan paseses.

Original comment by fbarch...@google.com on 13 Sep 2012 at 10:10