upgrade to 2.4.0

Signed-off-by: x00770286 <xiezhongwei3@huawei.com>
Change-Id: I8ab9670e57f1bb9595e5f964aff7d5a9e2148f65
This commit is contained in:
x00770286
2024-04-15 15:07:46 +08:00
parent 2025741a14
commit 8bab13f17e
73 changed files with 3761 additions and 2325 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ class ThreadDecoderOutputTest : public ::testing::WithParamInterface<FileParam>,
SHA1Context ctx_;
};
TEST_P (ThreadDecoderOutputTest, CompareOutput) {
TEST_P (ThreadDecoderOutputTest, DISABLED_CompareOutput) {
FileParam p = GetParam();
#if defined(ANDROID_NDK)
std::string filename = std::string ("/sdcard/") + p.fileName;