Sign in
webrtc
/
src
/
3c5d2b43ecf80ec9619c5036938d96ca765fed52
/
webrtc
/
test
e7009f3
Revert "Disable tests for TSan v2"
by kjellander@webrtc.org
· 11 years ago
5b3b6b1
Reorganize GYP targets to make webrtc.gyp more usable.
by kjellander@webrtc.org
· 11 years ago
3f9288f
Add APK and isolate target for video_engine_tests
by kjellander@webrtc.org
· 11 years ago
2a97317
Fix include of isolate.gypi
by kjellander@webrtc.org
· 11 years ago
f8b2966
Remove include_dirs from test.
by pbos@webrtc.org
· 12 years ago
ebd3ab0
Add libjingle_peerconnection_objc_test to buildbot_tests.py
by kjellander@webrtc.org
· 12 years ago
d8a9b86
Disable tests for TSan v2
by kjellander@webrtc.org
· 12 years ago
c3e51ac
To use the channel_transport on the iOS platform, some #if directives are changed.
by sjlee@webrtc.org
· 12 years ago
15e979b
Call AllowCommandLineReparsing in unit tests.
by andrew@webrtc.org
· 12 years ago
aa3d1c8
Make unittest log printouts opt-in with a --logs flag.
by andrew@webrtc.org
· 12 years ago
9080518
Restore severity precondition to logging.h.
by andrew@webrtc.org
· 12 years ago
de49966
Fix fileutils.cc for tests running under Win memory tools.
by kjellander@webrtc.org
· 12 years ago
f746f4f
Fix metrics_unittests on Android.
by kjellander@webrtc.org
· 12 years ago
e141373
Add isolate configuration for Android for all tests.
by kjellander@webrtc.org
· 12 years ago
3365422
Isolate GYP target and .isolate files for tests
by kjellander@webrtc.org
· 12 years ago
4298f73
Revert 4547 "Isolate GYP target and .isolate files for tests"
by kjellander@webrtc.org
· 12 years ago
d7a4d23
Isolate GYP target and .isolate files for tests
by kjellander@webrtc.org
· 12 years ago
4ca7d3f
Replace MapWrapper with std::map<>.
by pbos@webrtc.org
· 12 years ago
2ab209e
Remove include_dirs from test/test.gyp.
by pbos@webrtc.org
· 12 years ago
12dc1a3
Switch C++-style C headers with their C equivalents.
by pbos@webrtc.org
· 12 years ago
89c6740
Adds all unittests to android NDK-APK framework.
by henrike@webrtc.org
· 12 years ago
a96d877
Added libjingle_peerconnection_java_unittest to buildbot_tests.py
by phoglund@webrtc.org
· 12 years ago
e6c3966
Fix some chromium-style warnings in webrtc/test/
by pbos@webrtc.org
· 12 years ago
fc496d9
Add root_path_android.cc to webrtc/test/Android.mk.
by pbos@webrtc.org
· 12 years ago
5fc4d34
Arguments need to be separated when implementing gyp-actions.
by henrike@webrtc.org
· 12 years ago
a950300b
Disables unit tests that don't work on Android for Android.
by henrike@webrtc.org
· 12 years ago
34773d9
Unreverts revert: Makes it possible to find files used by some unit tests when running them as Chrome native tests.
by henrike@webrtc.org
· 12 years ago
db7d82f
Revert 4298 "Makes it possible to find files used by some unit t..."
by pbos@webrtc.org
· 12 years ago
caf2fcc
Makes it possible to find files used by some unit tests when running them as Chrome native tests.
by henrike@webrtc.org
· 12 years ago
d900e8b
Proper spacing for end-of-namespace comments.
by pbos@webrtc.org
· 12 years ago
6c35e0b
Reorganize test targets in WebRTC
by kjellander@webrtc.org
· 12 years ago
9aca5b3
Remove #pragma once
by pbos@webrtc.org
· 12 years ago
1e50231
Include files from webrtc/.. paths in test/channel_transport/
by pbos@webrtc.org
· 12 years ago
34741c8
Include files from webrtc/.. paths in test/
by pbos@webrtc.org
· 12 years ago
219762a
Drop Virtual webcam check script as moved into buildbot scripts.
by kjellander@webrtc.org
· 12 years ago
73a4d5a
Add script to ensure virtual webcam is running.
by kjellander@webrtc.org
· 12 years ago
59aaebc
Add an option to override the TestToStderr trace printout time.
by andrew@webrtc.org
· 12 years ago
f090167
Revert "Updating test file contents to emmastjernloef"
by kjellander@webrtc.org
· 12 years ago
11959d3
Updating test file contents to emmastjernloef
by kjellander@webrtc.org
· 12 years ago
6f41ca9
WebRTCDemo: Enable making multiple calls.
by fischman@webrtc.org
· 12 years ago
59d8889
Add OWNERS file for channel_transport
by kjellander@webrtc.org
· 12 years ago
a5f1787
WebRtc_Word32 -> int32_t in test/
by pbos@webrtc.org
· 12 years ago
835dbf4
Fix no received audio in tests.
by pwestin@webrtc.org
· 12 years ago
fcb7c38
Two more sleep calls converted to use SleepMs().
by hta@webrtc.org
· 12 years ago
c83a00a
Add some VoE and AudioProcessing mocks.
by andrew@webrtc.org
· 12 years ago
b87cc85
Refactor unittest trace printouts to a separate class.
by andrew@webrtc.org
· 12 years ago
26e35e1
Move the VIE tests to use external transport instead of the built in udp transport
by pwestin@webrtc.org
· 12 years ago
c1ffd33
Add trace printouts to all unit tests.
by andrew@webrtc.org
· 12 years ago
999e900
Creating a copy of Udp transport under webrtc/test
by pwestin@webrtc.org
· 12 years ago
684f057
Revert r3667 and r3665 Review URL: https://webrtc-codereview.appspot.com/1199004
by pwestin@webrtc.org
· 12 years ago
361bac7
Removed the engine API:s related to transport such as SetSendDestination, the functionality is now provided via the test frame work.
by pwestin@webrtc.org
· 12 years ago
5d371393
Fixed a ton of Python lint errors, enabled python lint checking.
by phoglund@webrtc.org
· 12 years ago
90eb5c8
1. Updated test pages to include Chrome Frame meta tag
by elham@webrtc.org
· 12 years ago
83663ef
Replace gtest_prod.h include with our own FRIEND_TEST macro.
by andrew@webrtc.org
· 12 years ago
9c4e662
Fix Windows x64 errors in video_codecs_test_framework
by kjellander@webrtc.org
· 12 years ago
fa53d87
Fixing/disabling Windows x64 warnings
by kjellander@webrtc.org
· 12 years ago
3d13d9f
Fix audio_e2e_test command line arguments
by kjellander@webrtc.org
· 12 years ago
9ae4c66
Set working dir for test run script + update resources
by kjellander@webrtc.org
· 12 years ago
b2d7497
Fix Win64 warnings
by kjellander@webrtc.org
· 12 years ago
d3ecb61
Fix path to perf Python scripts in test.gyp
by kjellander@webrtc.org
· 12 years ago
3e47a0a
Test launching script
by kjellander@webrtc.org
· 12 years ago
a3c82bf
Remove '<(library)' in gyp files.
by wjia@webrtc.org
· 12 years ago
d005468
Generalized mechanism for excluding gtests on platforms, disabled broken tests on mac.
by phoglund@webrtc.org
· 12 years ago
658d423
Using Convert in lieu of ExtractBuffer: Less error prone (as we don't need to compute buffer sizes etc.). This cl is first in a series (doing all of WebRtc would make it quite a big cl). While at it, fixing a few headers.
by mikhal@webrtc.org
· 12 years ago
5b689ef
Will now only require near-perfect PSNR and SSIM.
by phoglund@webrtc.org
· 12 years ago
d8aeb30
Revert 3269
by andrew@webrtc.org
· 12 years ago
735a6ce
Will now only require near-perfect PSNR and SSIM.
by phoglund@webrtc.org
· 12 years ago
0e73950
Added buildbot benchmarking in iSAC and APM into Android platform build.
by kma@webrtc.org
· 12 years ago
0bacb63
Removed stale version of fuzzer; it's now internal.
by phoglund@webrtc.org
· 12 years ago
53034fb
Improved the conformance test: it will now show video tags and better verify that we set up a call.
by phoglund@webrtc.org
· 12 years ago
273ccad
Fixed standard PSNR/SSIM test.
by phoglund@webrtc.org
· 12 years ago
7d74bdb
Added conformance tests.
by phoglund@webrtc.org
· 12 years ago
2009f6b
Add Chromium's perf_test to testsupport.
by andrew@webrtc.org
· 12 years ago
a56d759
Removing use of raw buffers for I420PSNR and I420SSIM functions
by kjellander@webrtc.org
· 12 years ago
9fedff7
Switching to I420VideoFrame
by mikhal@webrtc.org
· 12 years ago
14b43be
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago