webrtc/audio/test
Yves Gerey 6516f76f9b Deprecate SingleThreadedTaskQueueForTesting class.
This class doesn't strictly follow rtc::TaskQueue semantics,
which makes it surprising and hard to use correctly.
Please use TaskQueueForTest instead.

This CL follows usual deprecation process:

1/ Rename.
% for i in `git ls-files` ; sed -i "s:SingleThreadedTaskQueueForTesting:DEPRECATED_SingleThreadedTaskQueueForTesting:" $i

2/ Annotate old name for downstream users and accidental new uses.

Bug: webrtc:10933
Change-Id: I80b4ee5a48df1f63f63a43ed0efdb50eb7fb156a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150788
Reviewed-by: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Commit-Queue: Yves Gerey <yvesg@google.com>
Cr-Commit-Position: refs/heads/master@{#29045}
2019-09-03 10:31:30 +00:00
..
unittests Reland "Fix collection of audio metrics from PC test framework for audio test" 2019-07-10 15:21:30 +00:00
audio_bwe_integration_test.cc Deprecate SingleThreadedTaskQueueForTesting class. 2019-09-03 10:31:30 +00:00
audio_bwe_integration_test.h Deprecate SingleThreadedTaskQueueForTesting class. 2019-09-03 10:31:30 +00:00
audio_end_to_end_test.cc Deprecate SingleThreadedTaskQueueForTesting class. 2019-09-03 10:31:30 +00:00
audio_end_to_end_test.h Deprecate SingleThreadedTaskQueueForTesting class. 2019-09-03 10:31:30 +00:00
audio_stats_test.cc Delete ext_seqnum member from VoiceSenderInfo and VoiceReceiverInfo 2019-08-22 07:23:04 +00:00
low_bandwidth_audio_test_flags.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
low_bandwidth_audio_test.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
low_bandwidth_audio_test.py Improve low bandwidth audio test instrumentatin, fix PC test 2019-07-23 11:54:10 +00:00
media_transport_test.cc Delete deprecated rtc_event_log header 2019-08-07 10:58:17 +00:00
pc_low_bandwidth_audio_test.cc Change 2g network pc audio test to more realistic network 2019-08-02 22:28:02 +00:00