• Christopher Ferris's avatar
    Modify tests for another glibc difference. · cbd85b9c
    Christopher Ferris authored
    It turns out that when passing a closed file to getdelim or getline, the
    functions in glibc will properly return a failure, but errno might not be
    set. Skip the errno check except on bionic.
    
    Change-Id: I8d625f15303d4c2d42e8d28491ea8a368aea4d32
    cbd85b9c
stdio_test.cpp 9.4 KB