Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6ff980d4
authored
Oct 31, 2022
by
rohks
Committed by
microkatz
Nov 08, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Disable failing tests of FlacExtractorSeekTest
PiperOrigin-RevId: 485061783
parent
95d81fcc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
libraries/decoder_flac/src/androidTest/java/androidx/media3/decoder/flac/FlacExtractorSeekTest.java
libraries/decoder_flac/src/androidTest/java/androidx/media3/decoder/flac/FlacExtractorSeekTest.java
View file @
6ff980d4
...
@@ -29,6 +29,7 @@ import androidx.test.core.app.ApplicationProvider;
...
@@ -29,6 +29,7 @@ import androidx.test.core.app.ApplicationProvider;
import
androidx.test.ext.junit.runners.AndroidJUnit4
;
import
androidx.test.ext.junit.runners.AndroidJUnit4
;
import
java.io.IOException
;
import
java.io.IOException
;
import
java.util.List
;
import
java.util.List
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
org.junit.runner.RunWith
;
...
@@ -75,6 +76,7 @@ public final class FlacExtractorSeekTest {
...
@@ -75,6 +76,7 @@ public final class FlacExtractorSeekTest {
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
}
}
@Ignore
(
"Fix [internal: b/249505968] before enabling this."
)
@Test
@Test
public
void
seeking_seekTable_handlesSeekToEoF
()
throws
IOException
{
public
void
seeking_seekTable_handlesSeekToEoF
()
throws
IOException
{
String
fileName
=
TEST_FILE_SEEK_TABLE
;
String
fileName
=
TEST_FILE_SEEK_TABLE
;
...
@@ -92,6 +94,7 @@ public final class FlacExtractorSeekTest {
...
@@ -92,6 +94,7 @@ public final class FlacExtractorSeekTest {
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
}
}
@Ignore
(
"Fix [internal: b/249505968] before enabling this."
)
@Test
@Test
public
void
seeking_seekTable_handlesSeekingBackward
()
throws
IOException
{
public
void
seeking_seekTable_handlesSeekingBackward
()
throws
IOException
{
String
fileName
=
TEST_FILE_SEEK_TABLE
;
String
fileName
=
TEST_FILE_SEEK_TABLE
;
...
@@ -111,6 +114,7 @@ public final class FlacExtractorSeekTest {
...
@@ -111,6 +114,7 @@ public final class FlacExtractorSeekTest {
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
}
}
@Ignore
(
"Fix [internal: b/249505968] before enabling this."
)
@Test
@Test
public
void
seeking_seekTable_handlesSeekingForward
()
throws
IOException
{
public
void
seeking_seekTable_handlesSeekingForward
()
throws
IOException
{
String
fileName
=
TEST_FILE_SEEK_TABLE
;
String
fileName
=
TEST_FILE_SEEK_TABLE
;
...
@@ -158,6 +162,7 @@ public final class FlacExtractorSeekTest {
...
@@ -158,6 +162,7 @@ public final class FlacExtractorSeekTest {
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
}
}
@Ignore
(
"Fix [internal: b/249505968] before enabling this."
)
@Test
@Test
public
void
seeking_binarySearch_handlesSeekToEoF
()
throws
IOException
{
public
void
seeking_binarySearch_handlesSeekToEoF
()
throws
IOException
{
String
fileName
=
TEST_FILE_BINARY_SEARCH
;
String
fileName
=
TEST_FILE_BINARY_SEARCH
;
...
@@ -175,6 +180,7 @@ public final class FlacExtractorSeekTest {
...
@@ -175,6 +180,7 @@ public final class FlacExtractorSeekTest {
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
}
}
@Ignore
(
"Fix [internal: b/249505968] before enabling this."
)
@Test
@Test
public
void
seeking_binarySearch_handlesSeekingBackward
()
throws
IOException
{
public
void
seeking_binarySearch_handlesSeekingBackward
()
throws
IOException
{
String
fileName
=
TEST_FILE_BINARY_SEARCH
;
String
fileName
=
TEST_FILE_BINARY_SEARCH
;
...
@@ -194,6 +200,7 @@ public final class FlacExtractorSeekTest {
...
@@ -194,6 +200,7 @@ public final class FlacExtractorSeekTest {
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
fileName
,
trackOutput
,
targetSeekTimeUs
,
extractedFrameIndex
);
}
}
@Ignore
(
"Fix [internal: b/249505968] before enabling this."
)
@Test
@Test
public
void
seeking_binarySearch_handlesSeekingForward
()
throws
IOException
{
public
void
seeking_binarySearch_handlesSeekingForward
()
throws
IOException
{
String
fileName
=
TEST_FILE_BINARY_SEARCH
;
String
fileName
=
TEST_FILE_BINARY_SEARCH
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment