PATCH: Fix names in test

H. J. Lu hjl@lucon.org
Wed May 21 21:53:00 GMT 2003


The name is fedisableexcept not fedisable.


H.J.
---
2003-05-21  H.J. Lu <hongjiu.lu@intel.com>

	* math/test-fenv.c (feexcp_nomask_test): Use fedisableexcept.
	(feexcp_mask_test): Likewise.

--- math/test-fenv.c.name	2001-07-05 21:55:35.000000000 -0700
+++ math/test-fenv.c	2003-05-21 14:51:34.000000000 -0700
@@ -350,7 +350,7 @@ feexcp_nomask_test (const char *flag_nam
   int status;
   pid_t pid;
 
-  printf ("Test: after fedisable (%s) processes will abort\n", flag_name);
+  printf ("Test: after fedisableexcept (%s) processes will abort\n", flag_name);
   printf ("      when feraiseexcept (%s) is called.\n", flag_name);
   pid = fork ();
   if (pid == 0)
@@ -403,7 +403,7 @@ feexcp_mask_test (const char *flag_name,
   int exception;
   pid_t pid;
 
-  printf ("Test: after fedisable (%s) processes will not abort\n", flag_name);
+  printf ("Test: after fedisableexcept (%s) processes will not abort\n", flag_name);
   printf ("      when feraiseexcept (%s) is called.\n", flag_name);
   pid = fork ();
   if (pid == 0)



More information about the Libc-alpha mailing list