Mon Jan 25 03:14:30 2016 UTC ()
Add t_hypot to fix build break.  Hi gson!


(jnemeth)
diff -r1.659 -r1.660 src/distrib/sets/lists/tests/mi

cvs diff -r1.659 -r1.660 src/distrib/sets/lists/tests/mi (expand / switch to unified diff)

--- src/distrib/sets/lists/tests/mi 2016/01/05 17:22:38 1.659
+++ src/distrib/sets/lists/tests/mi 2016/01/25 03:14:29 1.660
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mi,v 1.659 2016/01/05 17:22:38 jakllsch Exp $ 1# $NetBSD: mi,v 1.660 2016/01/25 03:14:29 jnemeth Exp $
2# 2#
3# Note: don't delete entries from here - mark them as "obsolete" instead. 3# Note: don't delete entries from here - mark them as "obsolete" instead.
4# 4#
5./etc/mtree/set.tests tests-sys-root 5./etc/mtree/set.tests tests-sys-root
6./usr/libdata/debug/usr/tests tests-base-debug compattestdir 6./usr/libdata/debug/usr/tests tests-base-debug compattestdir
7./usr/libdata/debug/usr/tests/atf tests-atf-debug compattestfile,atf 7./usr/libdata/debug/usr/tests/atf tests-atf-debug compattestfile,atf
8./usr/libdata/debug/usr/tests/atf/atf-c tests-atf-debug compattestfile,atf 8./usr/libdata/debug/usr/tests/atf/atf-c tests-atf-debug compattestfile,atf
9./usr/libdata/debug/usr/tests/atf/atf-c++ tests-atf-debug compattestfile,atf 9./usr/libdata/debug/usr/tests/atf/atf-c++ tests-atf-debug compattestfile,atf
10./usr/libdata/debug/usr/tests/atf/atf-c++/detail tests-atf-debug compattestfile,atf 10./usr/libdata/debug/usr/tests/atf/atf-c++/detail tests-atf-debug compattestfile,atf
11./usr/libdata/debug/usr/tests/atf/atf-c/detail tests-atf-debug compattestfile,atf 11./usr/libdata/debug/usr/tests/atf/atf-c/detail tests-atf-debug compattestfile,atf
12./usr/libdata/debug/usr/tests/atf/atf-compile tests-obsolete obsolete 12./usr/libdata/debug/usr/tests/atf/atf-compile tests-obsolete obsolete
13./usr/libdata/debug/usr/tests/atf/atf-report tests-obsolete obsolete 13./usr/libdata/debug/usr/tests/atf/atf-report tests-obsolete obsolete
14./usr/libdata/debug/usr/tests/atf/atf-run tests-obsolete obsolete 14./usr/libdata/debug/usr/tests/atf/atf-run tests-obsolete obsolete
@@ -2878,26 +2878,27 @@ @@ -2878,26 +2878,27 @@
2878./usr/tests/lib/libm/Kyuafile tests-lib-tests compattestfile,atf,kyua 2878./usr/tests/lib/libm/Kyuafile tests-lib-tests compattestfile,atf,kyua
2879./usr/tests/lib/libm/t_acos tests-lib-tests compattestfile,atf 2879./usr/tests/lib/libm/t_acos tests-lib-tests compattestfile,atf
2880./usr/tests/lib/libm/t_asin tests-lib-tests compattestfile,atf 2880./usr/tests/lib/libm/t_asin tests-lib-tests compattestfile,atf
2881./usr/tests/lib/libm/t_atan tests-lib-tests compattestfile,atf 2881./usr/tests/lib/libm/t_atan tests-lib-tests compattestfile,atf
2882./usr/tests/lib/libm/t_cbrt tests-lib-tests compattestfile,atf 2882./usr/tests/lib/libm/t_cbrt tests-lib-tests compattestfile,atf
2883./usr/tests/lib/libm/t_ceil tests-lib-tests compattestfile,atf 2883./usr/tests/lib/libm/t_ceil tests-lib-tests compattestfile,atf
2884./usr/tests/lib/libm/t_cos tests-lib-tests compattestfile,atf 2884./usr/tests/lib/libm/t_cos tests-lib-tests compattestfile,atf
2885./usr/tests/lib/libm/t_cosh tests-lib-tests compattestfile,atf 2885./usr/tests/lib/libm/t_cosh tests-lib-tests compattestfile,atf
2886./usr/tests/lib/libm/t_erf tests-lib-tests compattestfile,atf 2886./usr/tests/lib/libm/t_erf tests-lib-tests compattestfile,atf
2887./usr/tests/lib/libm/t_exp tests-lib-tests compattestfile,atf 2887./usr/tests/lib/libm/t_exp tests-lib-tests compattestfile,atf
2888./usr/tests/lib/libm/t_fenv tests-lib-tests compattestfile,atf 2888./usr/tests/lib/libm/t_fenv tests-lib-tests compattestfile,atf
2889./usr/tests/lib/libm/t_floor tests-obsolete obsolete 2889./usr/tests/lib/libm/t_floor tests-obsolete obsolete
2890./usr/tests/lib/libm/t_fmod tests-lib-tests compattestfile,atf 2890./usr/tests/lib/libm/t_fmod tests-lib-tests compattestfile,atf
 2891./usr/tests/lib/libm/t_hypot tests-lib-tests compattestfile,atf
2891./usr/tests/lib/libm/t_infinity tests-lib-tests compattestfile,atf 2892./usr/tests/lib/libm/t_infinity tests-lib-tests compattestfile,atf
2892./usr/tests/lib/libm/t_ldexp tests-lib-tests compattestfile,atf 2893./usr/tests/lib/libm/t_ldexp tests-lib-tests compattestfile,atf
2893./usr/tests/lib/libm/t_libm tests-obsolete obsolete 2894./usr/tests/lib/libm/t_libm tests-obsolete obsolete
2894./usr/tests/lib/libm/t_log tests-lib-tests compattestfile,atf 2895./usr/tests/lib/libm/t_log tests-lib-tests compattestfile,atf
2895./usr/tests/lib/libm/t_modf tests-lib-tests compattestfile,atf 2896./usr/tests/lib/libm/t_modf tests-lib-tests compattestfile,atf
2896./usr/tests/lib/libm/t_pow tests-lib-tests compattestfile,atf 2897./usr/tests/lib/libm/t_pow tests-lib-tests compattestfile,atf
2897./usr/tests/lib/libm/t_precision tests-lib-tests compattestfile,atf 2898./usr/tests/lib/libm/t_precision tests-lib-tests compattestfile,atf
2898./usr/tests/lib/libm/t_round tests-lib-tests compattestfile,atf 2899./usr/tests/lib/libm/t_round tests-lib-tests compattestfile,atf
2899./usr/tests/lib/libm/t_scalbn tests-lib-tests compattestfile,atf 2900./usr/tests/lib/libm/t_scalbn tests-lib-tests compattestfile,atf
2900./usr/tests/lib/libm/t_sin tests-lib-tests compattestfile,atf 2901./usr/tests/lib/libm/t_sin tests-lib-tests compattestfile,atf
2901./usr/tests/lib/libm/t_sinh tests-lib-tests compattestfile,atf 2902./usr/tests/lib/libm/t_sinh tests-lib-tests compattestfile,atf
2902./usr/tests/lib/libm/t_sqrt tests-lib-tests compattestfile,atf 2903./usr/tests/lib/libm/t_sqrt tests-lib-tests compattestfile,atf
2903./usr/tests/lib/libm/t_tan tests-lib-tests compattestfile,atf 2904./usr/tests/lib/libm/t_tan tests-lib-tests compattestfile,atf