Re-enable missing android tests disabled due to issue 3770.
BUG=3770 R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/26519004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7238 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2036a7bb40
commit
02686115cc
@ -578,8 +578,7 @@ TEST_F(EndToEndTest, DecodesRetransmittedFrameOverRtx) {
|
|||||||
DecodesRetransmittedFrame(true);
|
DecodesRetransmittedFrame(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disabled due to: https://code.google.com/p/webrtc/issues/detail?id=3770
|
TEST_F(EndToEndTest, UsesFrameCallbacks) {
|
||||||
TEST_F(EndToEndTest, DISABLED_ON_ANDROID(UsesFrameCallbacks)) {
|
|
||||||
static const int kWidth = 320;
|
static const int kWidth = 320;
|
||||||
static const int kHeight = 240;
|
static const int kHeight = 240;
|
||||||
|
|
||||||
@ -925,9 +924,7 @@ TEST_F(EndToEndTest, UsesRtcpReducedSizeMode) {
|
|||||||
// Another is set up to receive all three of these with different renderers.
|
// Another is set up to receive all three of these with different renderers.
|
||||||
// Each renderer verifies that it receives the expected resolution, and as soon
|
// Each renderer verifies that it receives the expected resolution, and as soon
|
||||||
// as every renderer has received a frame, the test finishes.
|
// as every renderer has received a frame, the test finishes.
|
||||||
//
|
TEST_F(EndToEndTest, SendsAndReceivesMultipleStreams) {
|
||||||
// Disabled due to: https://code.google.com/p/webrtc/issues/detail?id=3770
|
|
||||||
TEST_F(EndToEndTest, DISABLED_ON_ANDROID(SendsAndReceivesMultipleStreams)) {
|
|
||||||
static const size_t kNumStreams = 3;
|
static const size_t kNumStreams = 3;
|
||||||
|
|
||||||
class VideoOutputObserver : public VideoRenderer {
|
class VideoOutputObserver : public VideoRenderer {
|
||||||
|
Loading…
Reference in New Issue
Block a user