Re: [FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-05-02 Thread Micah Galizia
Hello, Same patch with corrected name. Thanks in advance. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-05 Thread Micah Galizia
Signed-off-by: Micah Galizia --- libavformat/Makefile | 1 + libavformat/tests/http.c | 186 + tests/fate/libavformat.mak | 5 ++ tests/ref/fate/http| 30 4 files changed, 222 insertions(+) create mode 100644 libavformat/t

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-05 Thread Micah Galizia
Hi, I didn't realize there was a year 2038 problem -- dates beyond it overflow a 32-bit time_t -- I've made the unit tests 32-bit compatible now. Thank you! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg

Re: [FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-02 Thread Michael Niedermayer
On Sun, Apr 02, 2017 at 04:26:07PM -0400, Micah Galizia wrote: > Signed-off-by: Micah Galizia > --- > libavformat/Makefile | 1 + > libavformat/tests/http.c | 185 > + > tests/fate/libavformat.mak | 5 ++ > tests/ref/fate/http| 30

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-02 Thread Micah Galizia
Hi, No more passing null to strcmp -- hopefully this addresses the crash. Thanks in advance. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-02 Thread Micah Galizia
Signed-off-by: Micah Galizia --- libavformat/Makefile | 1 + libavformat/tests/http.c | 185 + tests/fate/libavformat.mak | 5 ++ tests/ref/fate/http| 30 4 files changed, 221 insertions(+) create mode 100644 libavformat/t

Re: [FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-04-01 Thread Micah Galizia
On 2017-03-31 06:10 AM, Michael Niedermayer wrote: On Thu, Mar 30, 2017 at 09:33:48PM -0400, Micah Galizia wrote: Signed-off-by: Micah Galizia --- libavformat/Makefile | 1 + libavformat/tests/http.c | 182 + tests/fate/libavformat.mak

Re: [FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-03-31 Thread Michael Niedermayer
On Thu, Mar 30, 2017 at 09:33:48PM -0400, Micah Galizia wrote: > Signed-off-by: Micah Galizia > --- > libavformat/Makefile | 1 + > libavformat/tests/http.c | 182 > + > tests/fate/libavformat.mak | 5 ++ > tests/ref/fate/http| 30

[FFmpeg-devel] [PATCH 2/2] Add http cookie tests cases to fate

2017-03-30 Thread Micah Galizia
Signed-off-by: Micah Galizia --- libavformat/Makefile | 1 + libavformat/tests/http.c | 182 + tests/fate/libavformat.mak | 5 ++ tests/ref/fate/http| 30 4 files changed, 218 insertions(+) create mode 100644 libavformat/t