This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix names in test


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]