Enabling fixed tests and correcting error.
- video_coding_unittests on Windows - signal_processing_unittests on Window - audioproc_unittest for Valgrind Linux - corrected error in LinuxVideo configuration BUG= TEST=Tested on local master. Review URL: https://webrtc-codereview.appspot.com/392003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1640 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -383,7 +383,7 @@ class WebRTCLinuxFactory(WebRTCFactory):
|
||||
self.addStep(shell.Compile(command=('xvfb-run --server-args="-screen 0 '
|
||||
'800x600x24 -extension Composite" out/Debug/vie_auto_test --automated '
|
||||
'--gtest_filter="-ViEVideoVerificationTest.RunsFullStackWithoutErrors:'
|
||||
'-ViEExtendedIntegrationTest.* '
|
||||
'-ViEExtendedIntegrationTest.*" '
|
||||
'--capture_test_ensure_resolution_alignment_in_capture_device=false'),
|
||||
workdir="build/trunk", description=[test, "running..."],
|
||||
descriptionDone=[test, "done..."], name="%s" % test))
|
||||
|
Reference in New Issue
Block a user