mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1224019 - Disable Stagefright subset gtests - r=jya, rs=botond
These tests are exploratory, they don't particularly match whatever the original issues were discovered, so it is safe to disable them for now. A future bug will look at re-enabling them, but without all the output that they generate. --HG-- extra : rebase_source : c31b049d696d09094a8fb94f09525756840cf33f
This commit is contained in:
parent
d3c47f743b
commit
33342972f0
@ -240,6 +240,8 @@ TEST(stagefright_MPEG4Metadata, test_case_mp4)
|
||||
}
|
||||
}
|
||||
|
||||
// Bug 1224019: This test produces way to much output, disabling for now.
|
||||
#if 0
|
||||
TEST(stagefright_MPEG4Metadata, test_case_mp4_subsets)
|
||||
{
|
||||
static const size_t step = 1u;
|
||||
@ -275,6 +277,7 @@ TEST(stagefright_MPEG4Metadata, test_case_mp4_subsets)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST(stagefright_MoofParser, test_case_mp4)
|
||||
{
|
||||
@ -305,6 +308,8 @@ TEST(stagefright_MoofParser, test_case_mp4)
|
||||
}
|
||||
}
|
||||
|
||||
// Bug 1224019: This test produces way to much output, disabling for now.
|
||||
#if 0
|
||||
TEST(stagefright_MoofParser, test_case_mp4_subsets)
|
||||
{
|
||||
const size_t step = 1u;
|
||||
@ -348,6 +353,7 @@ TEST(stagefright_MoofParser, test_case_mp4_subsets)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
uint8_t media_libstagefright_gtest_video_init_mp4[] = {
|
||||
0x00, 0x00, 0x00, 0x18, 0x66, 0x74, 0x79, 0x70, 0x69, 0x73, 0x6f, 0x6d,
|
||||
|
Loading…
Reference in New Issue
Block a user