Author: lwhsu
Date: Mon May 11 22:17:24 2020
New Revision: 360938
URL: https://svnweb.freebsd.org/changeset/base/360938

Log:
  MFC r358887 (partially):
  
  Temporarily skip 2 failing tests after llvm10 import
  
  The DDifference of the original revision to -head is only
  lib.msun.ctrig_test.test_inf_inputs skipped.
  
  PR:           244732
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/11/lib/msun/tests/ctrig_test.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/msun/tests/ctrig_test.c
==============================================================================
--- stable/11/lib/msun/tests/ctrig_test.c       Mon May 11 22:15:46 2020        
(r360937)
+++ stable/11/lib/msun/tests/ctrig_test.c       Mon May 11 22:17:24 2020        
(r360938)
@@ -248,6 +248,9 @@ ATF_TC_BODY(test_inf_inputs, tc)
        long double complex z, c, s;
        unsigned i;
 
+       if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
+               atf_tc_skip("https://bugs.freebsd.org/244732";);
+
        /*
         * IN           CSINH           CCOSH           CTANH
         * Inf,Inf      +-Inf,NaN inval +-Inf,NaN inval 1,+-0
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to