1. 3bd659f Add libjingle_peerconnection_objc_test to buildbot_tests.py by kjellander@webrtc.org · 11 years ago
  2. 032f731 Disable tests for TSan v2 by kjellander@webrtc.org · 11 years ago
  3. d8a5b00 To use the channel_transport on the iOS platform, some #if directives are changed. by sjlee@webrtc.org · 11 years ago
  4. b0fb1d6 Call AllowCommandLineReparsing in unit tests. by andrew@webrtc.org · 11 years ago
  5. e41c6b2 Make unittest log printouts opt-in with a --logs flag. by andrew@webrtc.org · 11 years ago
  6. 06eaa54 Restore severity precondition to logging.h. by andrew@webrtc.org · 11 years ago
  7. 27103e5 Fix fileutils.cc for tests running under Win memory tools. by kjellander@webrtc.org · 11 years ago
  8. e879919 Fix metrics_unittests on Android. by kjellander@webrtc.org · 11 years ago
  9. 8c6633c Add isolate configuration for Android for all tests. by kjellander@webrtc.org · 11 years ago
  10. 3540c82 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  11. e155918 Revert 4547 "Isolate GYP target and .isolate files for tests" by kjellander@webrtc.org · 11 years ago
  12. 298bbdb Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  13. 52c5c70 Replace MapWrapper with std::map<>. by pbos@webrtc.org · 11 years ago
  14. 705b38d Remove include_dirs from test/test.gyp. by pbos@webrtc.org · 11 years ago
  15. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  16. acb00f5 Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 11 years ago
  17. 87ae00a Added libjingle_peerconnection_java_unittest to buildbot_tests.py by phoglund@webrtc.org · 11 years ago
  18. 77c6d71 Fix some chromium-style warnings in webrtc/test/ by pbos@webrtc.org · 11 years ago
  19. f9c7018 Add root_path_android.cc to webrtc/test/Android.mk. by pbos@webrtc.org · 11 years ago
  20. 609e332 Arguments need to be separated when implementing gyp-actions. by henrike@webrtc.org · 11 years ago
  21. 7537dde Disables unit tests that don't work on Android for Android. by henrike@webrtc.org · 11 years ago
  22. e25e28f Unreverts revert: Makes it possible to find files used by some unit tests when running them as Chrome native tests. by henrike@webrtc.org · 11 years ago
  23. 00d566e Revert 4298 "Makes it possible to find files used by some unit t..." by pbos@webrtc.org · 11 years ago
  24. 222efdc Makes it possible to find files used by some unit tests when running them as Chrome native tests. by henrike@webrtc.org · 11 years ago
  25. 3b89e10 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 11 years ago
  26. 46cec2a Reorganize test targets in WebRTC by kjellander@webrtc.org · 11 years ago
  27. 50a4d9f Remove #pragma once by pbos@webrtc.org · 11 years ago
  28. 96001c8 Include files from webrtc/.. paths in test/channel_transport/ by pbos@webrtc.org · 11 years ago
  29. 20a5c46 Include files from webrtc/.. paths in test/ by pbos@webrtc.org · 11 years ago
  30. 41b55fa Drop Virtual webcam check script as moved into buildbot scripts. by kjellander@webrtc.org · 11 years ago
  31. 4be3afb Add script to ensure virtual webcam is running. by kjellander@webrtc.org · 11 years ago
  32. 02ae32e Add an option to override the TestToStderr trace printout time. by andrew@webrtc.org · 11 years ago
  33. 0cd2401 Revert "Updating test file contents to emmastjernloef" by kjellander@webrtc.org · 11 years ago
  34. e8bfe2a Updating test file contents to emmastjernloef by kjellander@webrtc.org · 11 years ago
  35. 6e816cb WebRTCDemo: Enable making multiple calls. by fischman@webrtc.org · 11 years ago
  36. 980d8ea Add OWNERS file for channel_transport by kjellander@webrtc.org · 11 years ago
  37. 91cab71 WebRtc_Word32 -> int32_t in test/ by pbos@webrtc.org · 11 years ago
  38. c39749a Fix no received audio in tests. by pwestin@webrtc.org · 11 years ago
  39. c9f8871 Two more sleep calls converted to use SleepMs(). by hta@webrtc.org · 11 years ago
  40. 13f66d1 Add some VoE and AudioProcessing mocks. by andrew@webrtc.org · 11 years ago
  41. 8826e34 Refactor unittest trace printouts to a separate class. by andrew@webrtc.org · 11 years ago
  42. c075e25 Move the VIE tests to use external transport instead of the built in udp transport by pwestin@webrtc.org · 11 years ago
  43. 4c27c03 Add trace printouts to all unit tests. by andrew@webrtc.org · 11 years ago
  44. af6aa7b Creating a copy of Udp transport under webrtc/test by pwestin@webrtc.org · 11 years ago
  45. 912b7f7 Revert r3667 and r3665 Review URL: https://webrtc-codereview.appspot.com/1199004 by pwestin@webrtc.org · 11 years ago
  46. 2daec4c 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 · 11 years ago
  47. 2ce235e Fixed a ton of Python lint errors, enabled python lint checking. by phoglund@webrtc.org · 11 years ago
  48. 7f34a88 1. Updated test pages to include Chrome Frame meta tag by elham@webrtc.org · 11 years ago
  49. d8b05ee Replace gtest_prod.h include with our own FRIEND_TEST macro. by andrew@webrtc.org · 11 years ago
  50. 6d4d28e Fix Windows x64 errors in video_codecs_test_framework by kjellander@webrtc.org · 11 years ago
  51. 1e7f77a Fixing/disabling Windows x64 warnings by kjellander@webrtc.org · 11 years ago
  52. 0fb937a Fix audio_e2e_test command line arguments by kjellander@webrtc.org · 11 years ago
  53. acb75d6 Set working dir for test run script + update resources by kjellander@webrtc.org · 11 years ago
  54. f6a2efa Fix Win64 warnings by kjellander@webrtc.org · 11 years ago
  55. fcfd6f1 Fix path to perf Python scripts in test.gyp by kjellander@webrtc.org · 11 years ago
  56. 58598d6 Test launching script by kjellander@webrtc.org · 11 years ago
  57. 9669d71 Remove '<(library)' in gyp files. by wjia@webrtc.org · 11 years ago
  58. b790741 Generalized mechanism for excluding gtests on platforms, disabled broken tests on mac. by phoglund@webrtc.org · 12 years ago
  59. 026e6b6 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
  60. ecf6f81 Will now only require near-perfect PSNR and SSIM. by phoglund@webrtc.org · 12 years ago
  61. a0fc158 Revert 3269 by andrew@webrtc.org · 12 years ago
  62. 01ba015 Will now only require near-perfect PSNR and SSIM. by phoglund@webrtc.org · 12 years ago
  63. 15acf41 Added buildbot benchmarking in iSAC and APM into Android platform build. by kma@webrtc.org · 12 years ago
  64. a619a4c Removed stale version of fuzzer; it's now internal. by phoglund@webrtc.org · 12 years ago
  65. 216c5f6 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
  66. 5600f6e Fixed standard PSNR/SSIM test. by phoglund@webrtc.org · 12 years ago
  67. 8cf767f Added conformance tests. by phoglund@webrtc.org · 12 years ago
  68. d064f58 Add Chromium's perf_test to testsupport. by andrew@webrtc.org · 12 years ago
  69. 5028b3f Removing use of raw buffers for I420PSNR and I420SSIM functions by kjellander@webrtc.org · 12 years ago
  70. 3bbed74 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
  71. b015cbe Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago