Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests



Module Name:    src
Committed By:   jmmv
Date:           Sun Feb  9 21:26:07 UTC 2014

Modified Files:
        src/tests/include: t_paths.c
        src/tests/lib/libc/gen: t_fpsetmask.c t_isnan.c t_siginfo.c
        src/tests/lib/libm: t_ldexp.c t_log.c
        src/tests/lib/libpthread: t_mutex.c

Log Message:
Use compiler builtins instead of atf_arch and atf_machine.

The atf_arch and atf_machine configuration variables were removed from
atf-0.19 without me realizing that some tests were querying them directly.

Instead of reintroducing those variables, just rely on compiler builtins
as many other tests already do.

Should fix PR bin/48582.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/include/t_paths.c
cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libc/gen/t_fpsetmask.c
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_isnan.c
cvs rdiff -u -r1.22 -r1.23 src/tests/lib/libc/gen/t_siginfo.c
cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libm/t_ldexp.c
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libm/t_log.c
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libpthread/t_mutex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index