lemoon / libyuv

Automatically exported from code.google.com/p/libyuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsan thread failure

GoogleCodeExporter opened this issue · comments


[----------] 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

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

r348 fixes this issue and reenables the tests.  tsan paseses.

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

  • Changed state: Fixed