#1814: t/dynoplibs/trans-infnan.t: Failing on Darwin/PPC
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:       
     Type:  bug      |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  testing  |     Version:  2.8.0
 Severity:  medium   |    Keywords:       
     Lang:           |       Patch:       
 Platform:           |  
---------------------+------------------------------------------------------
 This test file PASSing as of r49213 on Sept 21.
 {{{
 prove -v t/dynoplibs/trans-infnan.t
 t/dynoplibs/trans-infnan.t ..
 1..70
 not ok 1 - exp: exp Inf
 # Have: inf
 # Want: Inf
 ok 2 - ... exp -Inf
 ok 3 - ... exp NaN
 ok 4 - sin: sin Inf
 ok 5 - ... sin -Inf
 ok 6 - ... sin NaN
 not ok 7 - sinh: sinh Inf
 # Have: inf
 # Want: Inf
 not ok 8 - ... sinh -Inf
 # Have: -inf
 # Want: -Inf
 ok 9 - ... sinh NaN
 ok 10 - asin: asin Inf
 ok 11 - ... asin -Inf
 ok 12 - ... asin NaN
 ok 13 - ... asin -2
 ok 14 - ... asin 2
 ok 15 - cos: cos Inf
 ok 16 - ... cos -Inf
 ok 17 - ... cos NaN
 not ok 18 - cosh: cosh Inf
 # Have: inf
 # Want: Inf
 not ok 19 - ... cosh -Inf
 # Have: inf
 # Want: Inf
 ok 20 - ... cosh NaN
 ok 21 - acos: acos Inf
 ok 22 - ... acos -Inf
 ok 23 - ... acos NaN
 ok 24 - ... acos -2
 ok 25 - ... acos 2
 ok 26 - tan: tan Inf
 ok 27 - ... tan -Inf
 ok 28 - ... tan NaN
 ok 29 - tanh: tanh Inf
 ok 30 - ... tanh -Inf
 ok 31 - ... tanh NaN
 ok 32 - atan: atan Inf
 ok 33 - ... atan -Inf
 ok 34 - ... atan NaN
 ok 35 - cot: cot Inf
 ok 36 - ... cot -Inf
 ok 37 - ... cot NaN
 not ok 38 # TODO coth not implemented for real numbers
 #       Failed (TODO) test 'coth Inf'
 not ok 39 # TODO coth not implemented for real numbers
 #       Failed (TODO) test 'coth -Inf'
 not ok 40 # TODO coth not implemented for real numbers
 #       Failed (TODO) test 'coth NaN'
 not ok 41 # TODO acot not implemented for real numbers
 #       Failed (TODO) test 'acot Inf'
 not ok 42 # TODO acot not implemented for real numbers
 #       Failed (TODO) test 'acot -Inf'
 not ok 43 # TODO acot not implemented for real numbers
 #       Failed (TODO) test 'acot NaN'
 not ok 44 # TODO acot not implemented for real numbers
 #       Failed (TODO) test 'acot -2'
 not ok 45 # TODO acot not implemented for real numbers
 #       Failed (TODO) test 'acot 2'
 ok 46 - sec: sec Inf
 ok 47 - ... sec -Inf
 ok 48 - ... sec NaN
 ok 49 - csc: csc Inf
 ok 50 - ... csc -Inf
 ok 51 - ... csc NaN
 ok 52 - sech: sech Inf
 ok 53 - ... sech -Inf
 ok 54 - ... sech NaN
 ok 55 - asec: asec Inf
 ok 56 - ... asec -Inf
 ok 57 - asec NaN
 not ok 58 - ln: ln Inf
 # Have: inf
 # Want: Inf
 ok 59 - ... ln Inf
 ok 60 - ... ln NaN
 not ok 61 - log10: log10 Inf
 # Have: inf
 # Want: Inf
 ok 62 - ... log10 -Inf
 ok 63 - ... log10 NaN
 not ok 64 - log2: log2 Inf
 # Have: inf
 # Want: Inf
 ok 65 - ... log2 -Inf
 ok 66 - ... log2 -Inf
 not ok 67 - pow: Inf ^ 2
 # Have: inf
 # Want: Inf
 not ok 68 - ...: 2 ^ Inf
 # Have: inf
 # Want: Inf
 ok 69 - ...: NaN ^ 2
 ok 70 - ...: 2 ^ NaN
 Failed 10/70 subtests

 Test Summary Report
 -------------------
 t/dynoplibs/trans-infnan.t (Wstat: 0 Tests: 70 Failed: 10)
   Failed tests:  1, 7-8, 18-19, 58, 61, 64, 67-68
 Files=1, Tests=70,  1 wallclock secs ( 0.17 usr  0.03 sys +  0.09 cusr
 0.04 csys =  0.33 CPU)
 Result: FAIL
 }}}
 As is the case in TT #1813, I suspect the recent addition of configuration
 step `auto::infnan` in r49425 on Oct 02 has something to do with these
 failures.

 Thank you very much.

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1814>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to