summaryrefslogtreecommitdiff
path: root/tests/ref/fate/fifo
diff options
context:
space:
mode:
authorThomas Turner <thomastdt@googlemail.com>2016-10-13 15:13:56 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-14 23:14:33 +0200
commit09d39177dcbea32ef07ce7845511ebafb9cb43fb (patch)
tree0ac3951a68a58b4306dda9247fc4bb585f1c27bb /tests/ref/fate/fifo
parentd790e488303f253eb52c9bc94e3739e900d01dfe (diff)
avutil: Improved selftest coverage for libavutil/fifo.c
Tested functions: av_fifo_generic_peek(), av_fifo_grow() Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/fate/fifo')
-rw-r--r--tests/ref/fate/fifo43
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/ref/fate/fifo b/tests/ref/fate/fifo
index 162d754b06..2b18ed5ffc 100644
--- a/tests/ref/fate/fifo
+++ b/tests/ref/fate/fifo
@@ -38,6 +38,20 @@
11: 11
12: 12
+0: 0
+1: 1
+2: 2
+3: 3
+4: 4
+5: 5
+6: 6
+7: 7
+8: 8
+9: 9
+10: 10
+11: 11
+12: 12
+
0 1 2 3 4 5 6 7 8 9 10 11 12
0: 0
1: 1
@@ -52,3 +66,32 @@
10: 10
11: 11
12: 12
+
+0: 0
+1: 1
+2: 2
+3: 3
+4: 4
+5: 5
+6: 6
+7: 7
+8: 8
+9: 9
+10: 10
+11: 11
+12: 12
+13: 13
+14: 14
+15: 15
+16: 16
+17: 17
+18: 18
+19: 19
+20: 20
+21: 21
+22: 22
+23: 23
+24: 24
+25: 25
+26: 26
+27: 27