1. e7009f3 Revert "Disable tests for TSan v2" by kjellander@webrtc.org · 11 years ago
  2. 5b3b6b1 Reorganize GYP targets to make webrtc.gyp more usable. by kjellander@webrtc.org · 11 years ago
  3. 3f9288f Add APK and isolate target for video_engine_tests by kjellander@webrtc.org · 11 years ago
  4. 2a97317 Fix include of isolate.gypi by kjellander@webrtc.org · 11 years ago
  5. f8b2966 Remove include_dirs from test. by pbos@webrtc.org · 12 years ago
  6. ebd3ab0 Add libjingle_peerconnection_objc_test to buildbot_tests.py by kjellander@webrtc.org · 12 years ago
  7. d8a9b86 Disable tests for TSan v2 by kjellander@webrtc.org · 12 years ago
  8. c3e51ac To use the channel_transport on the iOS platform, some #if directives are changed. by sjlee@webrtc.org · 12 years ago
  9. 15e979b Call AllowCommandLineReparsing in unit tests. by andrew@webrtc.org · 12 years ago
  10. aa3d1c8 Make unittest log printouts opt-in with a --logs flag. by andrew@webrtc.org · 12 years ago
  11. 9080518 Restore severity precondition to logging.h. by andrew@webrtc.org · 12 years ago
  12. de49966 Fix fileutils.cc for tests running under Win memory tools. by kjellander@webrtc.org · 12 years ago
  13. f746f4f Fix metrics_unittests on Android. by kjellander@webrtc.org · 12 years ago
  14. e141373 Add isolate configuration for Android for all tests. by kjellander@webrtc.org · 12 years ago
  15. 3365422 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 12 years ago
  16. 4298f73 Revert 4547 "Isolate GYP target and .isolate files for tests" by kjellander@webrtc.org · 12 years ago
  17. d7a4d23 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 12 years ago
  18. 4ca7d3f Replace MapWrapper with std::map<>. by pbos@webrtc.org · 12 years ago
  19. 2ab209e Remove include_dirs from test/test.gyp. by pbos@webrtc.org · 12 years ago
  20. 12dc1a3 Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 12 years ago
  21. 89c6740 Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 12 years ago
  22. a96d877 Added libjingle_peerconnection_java_unittest to buildbot_tests.py by phoglund@webrtc.org · 12 years ago
  23. e6c3966 Fix some chromium-style warnings in webrtc/test/ by pbos@webrtc.org · 12 years ago
  24. fc496d9 Add root_path_android.cc to webrtc/test/Android.mk. by pbos@webrtc.org · 12 years ago
  25. 5fc4d34 Arguments need to be separated when implementing gyp-actions. by henrike@webrtc.org · 12 years ago
  26. a950300b Disables unit tests that don't work on Android for Android. by henrike@webrtc.org · 12 years ago
  27. 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
  28. db7d82f Revert 4298 "Makes it possible to find files used by some unit t..." by pbos@webrtc.org · 12 years ago
  29. 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
  30. d900e8b Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 12 years ago
  31. 6c35e0b Reorganize test targets in WebRTC by kjellander@webrtc.org · 12 years ago
  32. 9aca5b3 Remove #pragma once by pbos@webrtc.org · 12 years ago
  33. 1e50231 Include files from webrtc/.. paths in test/channel_transport/ by pbos@webrtc.org · 12 years ago
  34. 34741c8 Include files from webrtc/.. paths in test/ by pbos@webrtc.org · 12 years ago
  35. 219762a Drop Virtual webcam check script as moved into buildbot scripts. by kjellander@webrtc.org · 12 years ago
  36. 73a4d5a Add script to ensure virtual webcam is running. by kjellander@webrtc.org · 12 years ago
  37. 59aaebc Add an option to override the TestToStderr trace printout time. by andrew@webrtc.org · 12 years ago
  38. f090167 Revert "Updating test file contents to emmastjernloef" by kjellander@webrtc.org · 12 years ago
  39. 11959d3 Updating test file contents to emmastjernloef by kjellander@webrtc.org · 12 years ago
  40. 6f41ca9 WebRTCDemo: Enable making multiple calls. by fischman@webrtc.org · 12 years ago
  41. 59d8889 Add OWNERS file for channel_transport by kjellander@webrtc.org · 12 years ago
  42. a5f1787 WebRtc_Word32 -> int32_t in test/ by pbos@webrtc.org · 12 years ago
  43. 835dbf4 Fix no received audio in tests. by pwestin@webrtc.org · 12 years ago
  44. fcb7c38 Two more sleep calls converted to use SleepMs(). by hta@webrtc.org · 12 years ago
  45. c83a00a Add some VoE and AudioProcessing mocks. by andrew@webrtc.org · 12 years ago
  46. b87cc85 Refactor unittest trace printouts to a separate class. by andrew@webrtc.org · 12 years ago
  47. 26e35e1 Move the VIE tests to use external transport instead of the built in udp transport by pwestin@webrtc.org · 12 years ago
  48. c1ffd33 Add trace printouts to all unit tests. by andrew@webrtc.org · 12 years ago
  49. 999e900 Creating a copy of Udp transport under webrtc/test by pwestin@webrtc.org · 12 years ago
  50. 684f057 Revert r3667 and r3665 Review URL: https://webrtc-codereview.appspot.com/1199004 by pwestin@webrtc.org · 12 years ago
  51. 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
  52. 5d371393 Fixed a ton of Python lint errors, enabled python lint checking. by phoglund@webrtc.org · 12 years ago
  53. 90eb5c8 1. Updated test pages to include Chrome Frame meta tag by elham@webrtc.org · 12 years ago
  54. 83663ef Replace gtest_prod.h include with our own FRIEND_TEST macro. by andrew@webrtc.org · 12 years ago
  55. 9c4e662 Fix Windows x64 errors in video_codecs_test_framework by kjellander@webrtc.org · 12 years ago
  56. fa53d87 Fixing/disabling Windows x64 warnings by kjellander@webrtc.org · 12 years ago
  57. 3d13d9f Fix audio_e2e_test command line arguments by kjellander@webrtc.org · 12 years ago
  58. 9ae4c66 Set working dir for test run script + update resources by kjellander@webrtc.org · 12 years ago
  59. b2d7497 Fix Win64 warnings by kjellander@webrtc.org · 12 years ago
  60. d3ecb61 Fix path to perf Python scripts in test.gyp by kjellander@webrtc.org · 12 years ago
  61. 3e47a0a Test launching script by kjellander@webrtc.org · 12 years ago
  62. a3c82bf Remove '<(library)' in gyp files. by wjia@webrtc.org · 12 years ago
  63. d005468 Generalized mechanism for excluding gtests on platforms, disabled broken tests on mac. by phoglund@webrtc.org · 12 years ago
  64. 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
  65. 5b689ef Will now only require near-perfect PSNR and SSIM. by phoglund@webrtc.org · 12 years ago
  66. d8aeb30 Revert 3269 by andrew@webrtc.org · 12 years ago
  67. 735a6ce Will now only require near-perfect PSNR and SSIM. by phoglund@webrtc.org · 12 years ago
  68. 0e73950 Added buildbot benchmarking in iSAC and APM into Android platform build. by kma@webrtc.org · 12 years ago
  69. 0bacb63 Removed stale version of fuzzer; it's now internal. by phoglund@webrtc.org · 12 years ago
  70. 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
  71. 273ccad Fixed standard PSNR/SSIM test. by phoglund@webrtc.org · 12 years ago
  72. 7d74bdb Added conformance tests. by phoglund@webrtc.org · 12 years ago
  73. 2009f6b Add Chromium's perf_test to testsupport. by andrew@webrtc.org · 12 years ago
  74. a56d759 Removing use of raw buffers for I420PSNR and I420SSIM functions by kjellander@webrtc.org · 12 years ago
  75. 9fedff7 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
  76. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago