20461144 LIBSTDCXX should have some master test results to compare against
authorStefan Teleman <stefan.teleman@oracle.com>
Mon, 16 Mar 2015 13:28:51 -0700
changeset 3955 4e310c8109a5
parent 3953 7a1f9588575b
child 3956 0a32d1193656
20461144 LIBSTDCXX should have some master test results to compare against 20021138 stdcxx fails to build with studio 12.4 fcs 20460634 NEON should have some master test results to compare against 20460896 OCAML has no tests and no master test results files 19931870 "gmake test" failures for libneon
components/libneon/Makefile
components/libneon/patches/003-tests-common-test.c.patch
components/libneon/test/results-neon.master
components/ocaml/Makefile
components/stdcxx/Makefile
components/stdcxx/isa_patches/amd64/1034-sunpro.config.amd64.patch
components/stdcxx/isa_patches/i386/1034-sunpro.config.i386.patch
components/stdcxx/isa_patches/sparc/1034-sunpro.config.sparc.patch
components/stdcxx/isa_patches/sparcv9/1034-sunpro.config.sparcv9.patch
components/stdcxx/test/results-32.master
components/stdcxx/test/results-32.master.SS12.4
components/stdcxx/test/results-64.master
components/stdcxx/test/results-64.master.SS12.4
--- a/components/libneon/Makefile	Mon Mar 16 09:20:05 2015 -0700
+++ b/components/libneon/Makefile	Mon Mar 16 13:28:51 2015 -0700
@@ -44,6 +44,26 @@
 CC += $(CC_BITS)
 CPPFLAGS += $(CPP_LARGEFILES)
 
+COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-neon.master
+
+COMPONENT_TEST_TRANSFORMS += \
+     '-e "/libtool/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/ld: warning/d"' \
+     '-e "/warning/d"' \
+     '-e "s/[0-9]\{1,\}\.[0-9]\{1,\} s, //g"' \
+     '-e "s^[0-9]\{1,\} kB/s^^g"'  \
+     '-e "s^[0-9]\{1,\}  kB/s^^g"'  \
+     '-e "s^[0-9]\{1,\}\.[0-9]\{1,\}  MB/s^^g"' \
+     '-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
+     '-e "s/([0-9]\{1,\} B)//g"' \
+     '-e "s/([0-9]\{1,\}  B)//g"' \
+     '-e "s/copied,/copied/g"'  \
+     '-e "s/ \{1,\}copied/ copied/g"'  \
+     '-e "s/copied $$/copied/g"'  \
+     '-e "s/copied [0-9]\{1,\}\./copied/g"' 
+
 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
 CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
 
@@ -74,8 +94,6 @@
 
 test:		$(TEST_32_and_64)
 
-
-
 REQUIRED_PACKAGES += library/libproxy
 REQUIRED_PACKAGES += library/libxml2
 REQUIRED_PACKAGES += library/security/openssl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libneon/patches/003-tests-common-test.c.patch	Mon Mar 16 13:28:51 2015 -0700
@@ -0,0 +1,29 @@
+--- test/common/tests.c	2009-03-04 06:31:40.000000000 -0800
++++ test/common/tests.c	2015-03-10 12:56:14.979436301 -0700
+@@ -154,7 +154,7 @@
+ static void print_prefix(int n)
+ {
+     if (quiet) {
+-        printf("\r%s%.*s %2u/%2u ", test_suite, 
++        printf("\n%s%.*s %2u/%2u ", test_suite, 
+                (int) (strlen(dots) - strlen(test_suite)), dots,
+                n + 1, count);
+     }
+@@ -163,7 +163,7 @@
+ 	    printf("    %s ", dots);
+         }
+         else {
+-            printf("\r%2d. %s%.*s ", n, test_name, 
++            printf("\n%2d. %s%.*s ", n, test_name, 
+                (int) (strlen(dots) - strlen(test_name)), dots);
+         }
+     }
+@@ -392,7 +392,7 @@
+             printf("<- all tests skipped for `%s'.\n", test_suite);
+     } else {
+         if (quiet) {
+-            printf("\r%s%.*s %2u/%2u ", test_suite, 
++            printf("\n%s%.*s %2u/%2u ", test_suite, 
+                    (int) (strlen(dots) - strlen(test_suite)), dots,
+                    passes, count);
+             if (fails == 0) {
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libneon/test/results-neon.master	Mon Mar 16 13:28:51 2015 -0700
@@ -0,0 +1,1250 @@
+make[1]: Entering directory `$(@D)'
+make[2]: Entering directory `$(@D)/src'
+make[2]: Nothing to be done for `all'.
+make[2]: Leaving directory `$(@D)/src'
+make[2]: Entering directory `$(@D)/test'
+rm -rf ca ca2
+OPENSSL=/usr/bin/openssl \
+ /bin/bash makekeys $(SOURCE_DIR)/test 2>makekeys.out
+pk12util: PKCS12 IMPORT SUCCESSFUL
+pk12util: PKCS12 IMPORT SUCCESSFUL
+gzip -c --no-name $(SOURCE_DIR)/NEWS > file1.gz
+gzip -c --name $(SOURCE_DIR)/NEWS > file2.gz
+gzip -c --no-name $(SOURCE_DIR)/NEWS > trailing.gz
+echo "hello, world" >> trailing.gz
+dd of=badcsum.gz if=file1.gz bs=1 count=`perl -e 'printf "%d", (stat("file1.gz"))[7] - 8;'`
+22915+0 records in
+22915+0 records out
+22915 bytes (23 kB) copied
+echo 'broken!' >> badcsum.gz
+dd if=file1.gz of=truncated.gz bs=2048 count=2
+2+0 records in
+2+0 records out
+4096 bytes (4.1 kB) copied
+dd of=corrupt1.gz if=file1.gz bs=1 count=500
+500+0 records in
+500+0 records out
+500 bytes copied
+cat $(SOURCE_DIR)/NEWS >> corrupt1.gz
+cat $(SOURCE_DIR)/NEWS > corrupt2.gz
+touch empty.gz
+cat $(SOURCE_DIR)/NEWS > random.txt
+echo foobar > foobar.txt
+
+uri-tests.............  1/15 
+uri-tests.............  1/15 
+uri-tests.............  1/15 
+uri-tests.............  2/15 
+uri-tests.............  2/15 
+uri-tests.............  2/15 
+uri-tests.............  3/15 
+uri-tests.............  3/15 
+uri-tests.............  3/15 
+uri-tests.............  4/15 
+uri-tests.............  4/15 
+uri-tests.............  4/15 
+uri-tests.............  5/15 
+uri-tests.............  5/15 
+uri-tests.............  5/15 
+uri-tests.............  6/15 
+uri-tests.............  6/15 
+uri-tests.............  6/15 
+uri-tests.............  7/15 
+uri-tests.............  7/15 
+uri-tests.............  7/15 
+uri-tests.............  8/15 
+uri-tests.............  8/15 
+uri-tests.............  8/15 
+uri-tests.............  9/15 
+uri-tests.............  9/15 
+uri-tests.............  9/15 
+uri-tests............. 10/15 
+uri-tests............. 10/15 
+uri-tests............. 10/15 
+uri-tests............. 11/15 
+uri-tests............. 11/15 
+uri-tests............. 11/15 
+uri-tests............. 12/15 
+uri-tests............. 12/15 
+uri-tests............. 12/15 
+uri-tests............. 13/15 
+uri-tests............. 13/15 
+uri-tests............. 13/15 
+uri-tests............. 14/15 
+uri-tests............. 14/15 
+uri-tests............. 14/15 
+uri-tests............. 15/15 
+uri-tests............. 15/15 
+uri-tests............. 15/15 
+uri-tests............. 15/15 passed 
+
+util-tests............  1/ 8 
+util-tests............  1/ 8 
+util-tests............  1/ 8 
+util-tests............  2/ 8 
+util-tests............  2/ 8 
+util-tests............  2/ 8 
+util-tests............  3/ 8 
+util-tests............  3/ 8 
+util-tests............  3/ 8 
+util-tests............  4/ 8 
+util-tests............  4/ 8 
+util-tests............  4/ 8 
+util-tests............  5/ 8 
+util-tests............  5/ 8 
+util-tests............  5/ 8 
+util-tests............  6/ 8 
+util-tests............  6/ 8 
+util-tests............  6/ 8 
+util-tests............  7/ 8 
+util-tests............  7/ 8 
+util-tests............  7/ 8 
+util-tests............  8/ 8 
+util-tests............  8/ 8 
+util-tests............  8/ 8 
+util-tests............  8/ 8 passed 
+
+string-tests..........  1/27 
+string-tests..........  1/27 
+string-tests..........  1/27 
+string-tests..........  2/27 
+string-tests..........  2/27 
+string-tests..........  2/27 
+string-tests..........  3/27 
+string-tests..........  3/27 
+string-tests..........  3/27 
+string-tests..........  4/27 
+string-tests..........  4/27 
+string-tests..........  4/27 
+string-tests..........  5/27 
+string-tests..........  5/27 
+string-tests..........  5/27 
+string-tests..........  6/27 
+string-tests..........  6/27 
+string-tests..........  6/27 
+string-tests..........  7/27 
+string-tests..........  7/27 
+string-tests..........  7/27 
+string-tests..........  8/27 
+string-tests..........  8/27 
+string-tests..........  8/27 
+string-tests..........  9/27 
+string-tests..........  9/27 
+string-tests..........  9/27 
+string-tests.......... 10/27 
+string-tests.......... 10/27 
+string-tests.......... 10/27 
+string-tests.......... 11/27 
+string-tests.......... 11/27 
+string-tests.......... 11/27 
+string-tests.......... 12/27 
+string-tests.......... 12/27 
+string-tests.......... 12/27 
+string-tests.......... 13/27 
+string-tests.......... 13/27 
+string-tests.......... 13/27 
+string-tests.......... 14/27 
+string-tests.......... 14/27 
+string-tests.......... 14/27 
+string-tests.......... 15/27 
+string-tests.......... 15/27 
+string-tests.......... 15/27 
+string-tests.......... 16/27 
+string-tests.......... 16/27 
+string-tests.......... 16/27 
+string-tests.......... 17/27 
+string-tests.......... 17/27 
+string-tests.......... 17/27 
+string-tests.......... 18/27 
+string-tests.......... 18/27 
+string-tests.......... 18/27 
+string-tests.......... 19/27 
+string-tests.......... 19/27 
+string-tests.......... 19/27 
+string-tests.......... 20/27 
+string-tests.......... 20/27 
+string-tests.......... 20/27 
+string-tests.......... 21/27 
+string-tests.......... 21/27 
+string-tests.......... 21/27 
+string-tests.......... 22/27 
+string-tests.......... 22/27 
+string-tests.......... 22/27 
+string-tests.......... 23/27 
+string-tests.......... 23/27 
+string-tests.......... 23/27 
+string-tests.......... 24/27 
+string-tests.......... 24/27 
+string-tests.......... 24/27 
+string-tests.......... 25/27 
+string-tests.......... 25/27 
+string-tests.......... 25/27 
+string-tests.......... 26/27 
+string-tests.......... 26/27 
+string-tests.......... 26/27 
+string-tests.......... 27/27 
+string-tests.......... 27/27 
+string-tests.......... 27/27 
+string-tests.......... 27/27 passed 
+
+socket................  1/44 
+socket................  1/44 
+socket................  1/44 
+socket................  2/44 
+socket................  2/44 
+socket................  2/44 
+socket................  3/44 
+socket................  3/44 
+socket................  3/44 
+socket................  4/44 
+socket................  4/44 
+socket................  4/44 
+socket................  5/44 
+socket................  5/44 
+socket................  5/44 
+socket................  6/44 
+socket................  6/44 
+socket................  6/44 
+socket................  7/44 
+socket................  7/44 
+socket................  7/44 
+socket................  8/44 
+socket................  8/44 
+socket................  8/44 
+socket................  9/44 
+socket................  9/44 
+socket................  9/44 
+socket................ 10/44 
+socket................ 10/44 
+socket................ 10/44 
+socket................ 11/44 
+socket................ 11/44 
+socket................ 11/44 
+socket................ 12/44 
+socket................ 12/44 
+socket................ 12/44 
+socket................ 13/44 
+socket................ 13/44 
+socket................ 13/44 
+socket................ 14/44 
+socket................ 14/44 
+socket................ 14/44 
+socket................ 15/44 
+socket................ 15/44 
+socket................ 15/44 
+socket................ 16/44 
+socket................ 16/44 
+socket................ 16/44 
+socket................ 17/44 
+socket................ 17/44 
+socket................ 17/44 
+socket................ 18/44 
+socket................ 18/44 
+socket................ 18/44 
+socket................ 19/44 
+socket................ 19/44 
+socket................ 19/44 
+socket................ 20/44 
+socket................ 20/44 
+socket................ 20/44 
+socket................ 21/44 
+socket................ 21/44 
+socket................ 21/44 
+socket................ 22/44 
+socket................ 22/44 
+socket................ 22/44 
+socket................ 23/44 
+socket................ 23/44 
+socket................ 23/44 
+socket................ 24/44 
+socket................ 24/44 
+socket................ 24/44 
+socket................ 25/44 
+socket................ 25/44 
+socket................ 25/44 
+socket................ 26/44 
+socket................ 26/44 
+socket................ 26/44 
+socket................ 27/44 
+socket................ 27/44 
+socket................ 27/44 
+socket................ 28/44 
+socket................ 28/44 
+socket................ 28/44 
+socket................ 29/44 
+socket................ 29/44 
+socket................ 29/44 
+socket................ 30/44 
+socket................ 30/44 
+socket................ 30/44 
+socket................ 31/44 
+socket................ 31/44 
+socket................ 31/44 
+socket................ 32/44 
+socket................ 32/44 
+socket................ 32/44 
+socket................ 33/44 
+socket................ 33/44 
+socket................ 33/44 
+socket................ 34/44 
+socket................ 34/44 FAIL - prebind (could not connect)
+
+socket................ 34/44 
+socket................ 35/44 
+socket................ 35/44 
+socket................ 35/44 
+socket................ 36/44 WARNING: got EOF, failed to elicit TCP RST
+
+socket................ 36/44 
+socket................ 36/44 
+socket................ 37/44 
+socket................ 37/44 
+socket................ 37/44 
+socket................ 38/44 
+socket................ 38/44 
+socket................ 38/44 
+socket................ 39/44 
+socket................ 39/44 
+socket................ 39/44 
+socket................ 40/44 
+socket................ 40/44 
+socket................ 40/44 
+socket................ 41/44 
+socket................ 41/44 
+socket................ 41/44 
+socket................ 42/44 
+socket................ 42/44 
+socket................ 42/44 
+socket................ 43/44 
+socket................ 43/44 
+socket................ 43/44 
+socket................ 44/44 
+socket................ 44/44 
+socket................ 44/44 
+
+session...............  1/ 7 
+session...............  1/ 7 
+session...............  1/ 7 
+session...............  2/ 7 
+session...............  2/ 7 
+session...............  2/ 7 
+session...............  3/ 7 
+session...............  3/ 7 
+session...............  3/ 7 
+session...............  4/ 7 
+session...............  4/ 7 
+session...............  4/ 7 
+session...............  5/ 7 
+session...............  5/ 7 
+session...............  5/ 7 
+session...............  6/ 7 
+session...............  6/ 7 
+session...............  6/ 7 
+session...............  7/ 7 
+session...............  7/ 7 
+session...............  7/ 7 
+session...............  7/ 7 passed 
+
+request...............  1/90 
+request...............  1/90 
+request...............  1/90 
+request...............  2/90 
+request...............  2/90 
+request...............  2/90 
+request...............  3/90 
+request...............  3/90 
+request...............  3/90 
+request...............  4/90 
+request...............  4/90 
+request...............  4/90 
+request...............  5/90 
+request...............  5/90 
+request...............  5/90 
+request...............  6/90 
+request...............  6/90 
+request...............  6/90 
+request...............  7/90 
+request...............  7/90 
+request...............  7/90 
+request...............  8/90 
+request...............  8/90 
+request...............  8/90 
+request...............  9/90 
+request...............  9/90 
+request...............  9/90 
+request............... 10/90 
+request............... 10/90 
+request............... 10/90 
+request............... 11/90 
+request............... 11/90 
+request............... 11/90 
+request............... 12/90 
+request............... 12/90 
+request............... 12/90 
+request............... 13/90 
+request............... 13/90 
+request............... 13/90 
+request............... 14/90 
+request............... 14/90 
+request............... 14/90 
+request............... 15/90 
+request............... 15/90 
+request............... 15/90 
+request............... 16/90 
+request............... 16/90 
+request............... 16/90 
+request............... 17/90 
+request............... 17/90 
+request............... 17/90 
+request............... 18/90 
+request............... 18/90 
+request............... 18/90 
+request............... 19/90 
+request............... 19/90 
+request............... 19/90 
+request............... 20/90 
+request............... 20/90 
+request............... 20/90 
+request............... 21/90 
+request............... 21/90 
+request............... 21/90 
+request............... 22/90 
+request............... 22/90 
+request............... 22/90 
+request............... 23/90 
+request............... 23/90 
+request............... 23/90 
+request............... 24/90 
+request............... 24/90 
+request............... 24/90 
+request............... 25/90 
+request............... 25/90 
+request............... 25/90 
+request............... 26/90 
+request............... 26/90 
+request............... 26/90 
+request............... 27/90 
+request............... 27/90 
+request............... 27/90 
+request............... 28/90 
+request............... 28/90 
+request............... 28/90 
+request............... 29/90 
+request............... 29/90 
+request............... 29/90 
+request............... 30/90 
+request............... 30/90 
+request............... 30/90 
+request............... 31/90 
+request............... 31/90 
+request............... 31/90 
+request............... 32/90 
+request............... 32/90 
+request............... 32/90 
+request............... 33/90 
+request............... 33/90 
+request............... 33/90 
+request............... 34/90 
+request............... 34/90 
+request............... 34/90 
+request............... 35/90 
+request............... 35/90 
+request............... 35/90 
+request............... 36/90 
+request............... 36/90 
+request............... 36/90 
+request............... 37/90 
+request............... 37/90 
+request............... 37/90 
+request............... 38/90 
+request............... 38/90 
+request............... 38/90 
+request............... 39/90 
+request............... 39/90 
+request............... 39/90 
+request............... 40/90 
+request............... 40/90 
+request............... 40/90 
+request............... 41/90 
+request............... 41/90 
+request............... 41/90 
+request............... 42/90 
+request............... 42/90 
+request............... 42/90 
+request............... 43/90 
+request............... 43/90 
+request............... 43/90 
+request............... 44/90 
+request............... 44/90 
+request............... 44/90 
+request............... 45/90 
+request............... 45/90 
+request............... 45/90 
+request............... 46/90 
+request............... 46/90 
+request............... 46/90 
+request............... 47/90 
+request............... 47/90 
+request............... 47/90 
+request............... 48/90 
+request............... 48/90 
+request............... 48/90 
+request............... 49/90 
+request............... 49/90 
+request............... 49/90 
+request............... 50/90 
+request............... 50/90 
+request............... 50/90 
+request............... 51/90 
+request............... 51/90 
+request............... 51/90 
+request............... 52/90 
+request............... 52/90 
+request............... 52/90 
+request............... 53/90 
+request............... 53/90 
+request............... 53/90 
+request............... 54/90 
+request............... 54/90 
+request............... 54/90 
+request............... 55/90 
+request............... 55/90 
+request............... 55/90 
+request............... 56/90 
+request............... 56/90 
+request............... 56/90 
+request............... 57/90 
+request............... 57/90 
+request............... 57/90 
+request............... 58/90 
+request............... 58/90 
+request............... 58/90 
+request............... 59/90 
+request............... 59/90 
+request............... 59/90 
+request............... 60/90 
+request............... 60/90 
+request............... 60/90 
+request............... 61/90 
+request............... 61/90 
+request............... 61/90 
+request............... 62/90 
+request............... 62/90 
+request............... 62/90 
+request............... 63/90 
+request............... 63/90 
+request............... 63/90 
+request............... 64/90 
+request............... 64/90 
+request............... 64/90 
+request............... 65/90 
+request............... 65/90 
+request............... 65/90 
+request............... 66/90 
+request............... 66/90 
+request............... 66/90 
+request............... 67/90 
+request............... 67/90 
+request............... 67/90 
+request............... 68/90 
+request............... 68/90 
+request............... 68/90 
+request............... 69/90 
+request............... 69/90 
+request............... 69/90 
+request............... 70/90 
+request............... 70/90 
+request............... 70/90 
+request............... 71/90 
+request............... 71/90 
+request............... 71/90 
+request............... 72/90 
+request............... 72/90 
+request............... 72/90 
+request............... 73/90 
+request............... 73/90 
+request............... 73/90 
+request............... 74/90 
+request............... 74/90 
+request............... 74/90 
+request............... 75/90 
+request............... 75/90 
+request............... 75/90 
+request............... 76/90 
+request............... 76/90 
+request............... 76/90 
+request............... 77/90 
+request............... 77/90 
+request............... 77/90 
+request............... 78/90 
+request............... 78/90 
+request............... 78/90 
+request............... 79/90 
+request............... 79/90 
+request............... 79/90 
+request............... 80/90 
+request............... 80/90 
+request............... 80/90 
+request............... 81/90 
+request............... 81/90 
+request............... 81/90 
+request............... 82/90 
+request............... 82/90 
+request............... 82/90 
+request............... 83/90 
+request............... 83/90 
+request............... 83/90 
+request............... 84/90 
+request............... 84/90 
+request............... 84/90 
+request............... 85/90 
+request............... 85/90 
+request............... 85/90 
+request............... 86/90 
+request............... 86/90 
+request............... 86/90 
+request............... 87/90 
+request............... 87/90 
+request............... 87/90 
+request............... 88/90 
+request............... 88/90 
+request............... 88/90 
+request............... 89/90 
+request............... 89/90 
+request............... 89/90 
+request............... 90/90 
+request............... 90/90 
+request............... 90/90 
+request............... 90/90 passed 
+
+auth..................  1/14 
+auth..................  1/14 
+auth..................  1/14 
+auth..................  2/14 
+auth..................  2/14 
+auth..................  2/14 
+auth..................  3/14 
+auth..................  3/14 
+auth..................  3/14 
+auth..................  4/14 
+auth..................  4/14 
+auth..................  4/14 
+auth..................  5/14 
+auth..................  5/14 
+auth..................  5/14 
+auth..................  6/14 
+auth..................  6/14 
+auth..................  6/14 
+auth..................  7/14 
+auth..................  7/14 
+auth..................  7/14 
+auth..................  8/14 
+auth..................  8/14 
+auth..................  8/14 
+auth..................  9/14 
+auth..................  9/14 
+auth..................  9/14 
+auth.................. 10/14 
+auth.................. 10/14 
+auth.................. 10/14 
+auth.................. 11/14 
+auth.................. 11/14 
+auth.................. 11/14 
+auth.................. 12/14 
+auth.................. 12/14 
+auth.................. 12/14 
+auth.................. 13/14 
+auth.................. 13/14 
+auth.................. 13/14 
+auth.................. 14/14 
+auth.................. 14/14 
+auth.................. 14/14 
+auth.................. 14/14 passed 
+
+basic.................  1/10 
+basic.................  1/10 
+basic.................  1/10 
+basic.................  2/10 
+basic.................  2/10 
+basic.................  2/10 
+basic.................  3/10 
+basic.................  3/10 
+basic.................  3/10 
+basic.................  4/10 
+basic.................  4/10 
+basic.................  4/10 
+basic.................  5/10 
+basic.................  5/10 
+basic.................  5/10 
+basic.................  6/10 
+basic.................  6/10 
+basic.................  6/10 
+basic.................  7/10 
+basic.................  7/10 
+basic.................  7/10 
+basic.................  8/10 
+basic.................  8/10 
+basic.................  8/10 
+basic.................  9/10 
+basic.................  9/10 
+basic.................  9/10 
+basic................. 10/10 
+basic................. 10/10 
+basic................. 10/10 
+basic................. 10/10 passed 
+
+stubs.................  1/ 1 
+stubs.................  1/ 1 
+stubs.................  1/ 1 
+stubs.................  1/ 1 passed 
+
+redirect..............  1/ 6 
+redirect..............  1/ 6 
+redirect..............  1/ 6 
+redirect..............  2/ 6 
+redirect..............  2/ 6 
+redirect..............  2/ 6 
+redirect..............  3/ 6 
+redirect..............  3/ 6 
+redirect..............  3/ 6 
+redirect..............  4/ 6 
+redirect..............  4/ 6 
+redirect..............  4/ 6 
+redirect..............  5/ 6 
+redirect..............  5/ 6 
+redirect..............  5/ 6 
+redirect..............  6/ 6 
+redirect..............  6/ 6 
+redirect..............  6/ 6 
+redirect..............  6/ 6 passed 
+
+socket-ssl............  1/45 
+socket-ssl............  1/45 
+socket-ssl............  1/45 
+socket-ssl............  2/45 
+socket-ssl............  2/45 
+socket-ssl............  2/45 
+socket-ssl............  3/45 
+socket-ssl............  3/45 
+socket-ssl............  3/45 
+socket-ssl............  4/45 
+socket-ssl............  4/45 
+socket-ssl............  4/45 
+socket-ssl............  5/45 
+socket-ssl............  5/45 
+socket-ssl............  5/45 
+socket-ssl............  6/45 
+socket-ssl............  6/45 
+socket-ssl............  6/45 
+socket-ssl............  7/45 
+socket-ssl............  7/45 
+socket-ssl............  7/45 
+socket-ssl............  8/45 
+socket-ssl............  8/45 
+socket-ssl............  8/45 
+socket-ssl............  9/45 
+socket-ssl............  9/45 
+socket-ssl............  9/45 
+socket-ssl............ 10/45 
+socket-ssl............ 10/45 
+socket-ssl............ 10/45 
+socket-ssl............ 11/45 
+socket-ssl............ 11/45 
+socket-ssl............ 11/45 
+socket-ssl............ 12/45 
+socket-ssl............ 12/45 
+socket-ssl............ 12/45 
+socket-ssl............ 13/45 
+socket-ssl............ 13/45 
+socket-ssl............ 13/45 
+socket-ssl............ 14/45 
+socket-ssl............ 14/45 
+socket-ssl............ 14/45 
+socket-ssl............ 15/45 
+socket-ssl............ 15/45 
+socket-ssl............ 15/45 
+socket-ssl............ 16/45 
+socket-ssl............ 16/45 
+socket-ssl............ 16/45 
+socket-ssl............ 17/45 
+socket-ssl............ 17/45 
+socket-ssl............ 17/45 
+socket-ssl............ 18/45 
+socket-ssl............ 18/45 
+socket-ssl............ 18/45 
+socket-ssl............ 19/45 
+socket-ssl............ 19/45 
+socket-ssl............ 19/45 
+socket-ssl............ 20/45 
+socket-ssl............ 20/45 
+socket-ssl............ 20/45 
+socket-ssl............ 21/45 
+socket-ssl............ 21/45 
+socket-ssl............ 21/45 
+socket-ssl............ 22/45 
+socket-ssl............ 22/45 
+socket-ssl............ 22/45 
+socket-ssl............ 23/45 
+socket-ssl............ 23/45 
+socket-ssl............ 23/45 
+socket-ssl............ 24/45 
+socket-ssl............ 24/45 
+socket-ssl............ 24/45 
+socket-ssl............ 25/45 
+socket-ssl............ 25/45 
+socket-ssl............ 25/45 
+socket-ssl............ 26/45 
+socket-ssl............ 26/45 
+socket-ssl............ 26/45 
+socket-ssl............ 27/45 
+socket-ssl............ 27/45 
+socket-ssl............ 27/45 
+socket-ssl............ 28/45 
+socket-ssl............ 28/45 
+socket-ssl............ 28/45 
+socket-ssl............ 29/45 
+socket-ssl............ 29/45 
+socket-ssl............ 29/45 
+socket-ssl............ 30/45 
+socket-ssl............ 30/45 
+socket-ssl............ 30/45 
+socket-ssl............ 31/45 
+socket-ssl............ 31/45 
+socket-ssl............ 31/45 
+socket-ssl............ 32/45 
+socket-ssl............ 32/45 
+socket-ssl............ 32/45 
+socket-ssl............ 33/45 
+socket-ssl............ 33/45 
+socket-ssl............ 33/45 
+socket-ssl............ 34/45 
+socket-ssl............ 34/45 
+socket-ssl............ 34/45 
+socket-ssl............ 35/45 
+socket-ssl............ 35/45 FAIL - prebind (could not connect)
+
+socket-ssl............ 35/45 
+socket-ssl............ 36/45 
+socket-ssl............ 36/45 
+socket-ssl............ 36/45 
+socket-ssl............ 37/45 
+socket-ssl............ 37/45 
+socket-ssl............ 37/45 
+socket-ssl............ 38/45 
+socket-ssl............ 38/45 
+socket-ssl............ 38/45 
+socket-ssl............ 39/45 
+socket-ssl............ 39/45 
+socket-ssl............ 39/45 
+socket-ssl............ 40/45 
+socket-ssl............ 40/45 
+socket-ssl............ 40/45 
+socket-ssl............ 41/45 
+socket-ssl............ 41/45 
+socket-ssl............ 41/45 
+socket-ssl............ 42/45 
+socket-ssl............ 42/45 
+socket-ssl............ 42/45 
+socket-ssl............ 43/45 
+socket-ssl............ 43/45 
+socket-ssl............ 43/45 
+socket-ssl............ 44/45 
+socket-ssl............ 44/45 
+socket-ssl............ 44/45 
+socket-ssl............ 45/45 
+socket-ssl............ 45/45 
+socket-ssl............ 45/45 
+socket-ssl............ 44/45 passed, 1 failed 
+
+ssl...................  1/65 
+ssl...................  1/65 
+ssl...................  1/65 
+ssl...................  2/65 
+ssl...................  2/65 
+ssl...................  2/65 
+ssl...................  3/65 
+ssl...................  3/65 
+ssl...................  3/65 
+ssl...................  4/65 
+ssl...................  4/65 
+ssl...................  4/65 
+ssl...................  5/65 
+ssl...................  5/65 
+ssl...................  5/65 
+ssl...................  6/65 
+ssl...................  6/65 
+ssl...................  6/65 
+ssl...................  7/65 
+ssl...................  7/65 
+ssl...................  7/65 
+ssl...................  8/65 
+ssl...................  8/65 
+ssl...................  8/65 
+ssl...................  9/65 
+ssl...................  9/65 
+ssl...................  9/65 
+ssl................... 10/65 
+ssl................... 10/65 
+ssl................... 10/65 
+ssl................... 11/65 
+ssl................... 11/65 
+ssl................... 11/65 
+ssl................... 12/65 
+ssl................... 12/65 
+ssl................... 12/65 
+ssl................... 13/65 
+ssl................... 13/65 
+ssl................... 13/65 
+ssl................... 14/65 
+ssl................... 14/65 SKIPPED - simple_sslv2
+
+ssl................... 14/65 
+ssl................... 15/65 
+ssl................... 15/65 
+ssl................... 15/65 
+ssl................... 16/65 
+ssl................... 16/65 
+ssl................... 16/65 
+ssl................... 17/65 
+ssl................... 17/65 
+ssl................... 17/65 
+ssl................... 18/65 
+ssl................... 18/65 
+ssl................... 18/65 
+ssl................... 19/65 
+ssl................... 19/65 
+ssl................... 19/65 
+ssl................... 20/65 
+ssl................... 20/65 
+ssl................... 20/65 
+ssl................... 21/65 
+ssl................... 21/65 
+ssl................... 21/65 
+ssl................... 22/65 
+ssl................... 22/65 
+ssl................... 22/65 
+ssl................... 23/65 
+ssl................... 23/65 
+ssl................... 23/65 
+ssl................... 24/65 
+ssl................... 24/65 
+ssl................... 24/65 
+ssl................... 25/65 
+ssl................... 25/65 
+ssl................... 25/65 
+ssl................... 26/65 
+ssl................... 26/65 
+ssl................... 26/65 
+ssl................... 27/65 
+ssl................... 27/65 
+ssl................... 27/65 
+ssl................... 28/65 
+ssl................... 28/65 
+ssl................... 28/65 
+ssl................... 29/65 
+ssl................... 29/65 
+ssl................... 29/65 
+ssl................... 30/65 
+ssl................... 30/65 
+ssl................... 30/65 
+ssl................... 31/65 
+ssl................... 31/65 
+ssl................... 31/65 
+ssl................... 32/65 
+ssl................... 32/65 
+ssl................... 32/65 
+ssl................... 33/65 
+ssl................... 33/65 
+ssl................... 33/65 
+ssl................... 34/65 
+ssl................... 34/65 
+ssl................... 34/65 
+ssl................... 35/65 
+ssl................... 35/65 
+ssl................... 35/65 
+ssl................... 36/65 
+ssl................... 36/65 
+ssl................... 36/65 
+ssl................... 37/65 
+ssl................... 37/65 
+ssl................... 37/65 
+ssl................... 38/65 
+ssl................... 38/65 
+ssl................... 38/65 
+ssl................... 39/65 
+ssl................... 39/65 
+ssl................... 39/65 
+ssl................... 40/65 
+ssl................... 40/65 
+ssl................... 40/65 
+ssl................... 41/65 
+ssl................... 41/65 
+ssl................... 41/65 
+ssl................... 42/65 
+ssl................... 42/65 
+ssl................... 42/65 
+ssl................... 43/65 
+ssl................... 43/65 
+ssl................... 43/65 
+ssl................... 44/65 
+ssl................... 44/65 
+ssl................... 44/65 
+ssl................... 45/65 
+ssl................... 45/65 
+ssl................... 45/65 
+ssl................... 46/65 
+ssl................... 46/65 
+ssl................... 46/65 
+ssl................... 47/65 
+ssl................... 47/65 
+ssl................... 47/65 
+ssl................... 48/65 
+ssl................... 48/65 
+ssl................... 48/65 
+ssl................... 49/65 
+ssl................... 49/65 
+ssl................... 49/65 
+ssl................... 50/65 
+ssl................... 50/65 
+ssl................... 50/65 
+ssl................... 51/65 
+ssl................... 51/65 
+ssl................... 51/65 
+ssl................... 52/65 
+ssl................... 52/65 
+ssl................... 52/65 
+ssl................... 53/65 
+ssl................... 53/65 
+ssl................... 53/65 
+ssl................... 54/65 
+ssl................... 54/65 
+ssl................... 54/65 
+ssl................... 55/65 
+ssl................... 55/65 
+ssl................... 55/65 
+ssl................... 56/65 
+ssl................... 56/65 
+ssl................... 56/65 
+ssl................... 57/65 server child failed: cached session not used
+
+ssl................... 57/65 
+ssl................... 57/65 
+ssl................... 58/65 
+ssl................... 58/65 
+ssl................... 58/65 
+ssl................... 59/65 
+ssl................... 59/65 
+ssl................... 59/65 
+ssl................... 60/65 
+ssl................... 60/65 
+ssl................... 60/65 
+ssl................... 61/65 
+ssl................... 61/65 
+ssl................... 61/65 
+ssl................... 62/65 
+ssl................... 62/65 
+ssl................... 62/65 
+ssl................... 63/65 
+ssl................... 63/65 
+ssl................... 63/65 
+ssl................... 64/65 
+ssl................... 64/65 SKIPPED - pkcs11 (pakchois library required for PKCS#11 support)
+
+ssl................... 64/65 
+ssl................... 65/65 
+ssl................... 65/65 SKIPPED - pkcs11_dsa (pakchois library required for PKCS#11 support)
+
+ssl................... 65/65 
+ssl................... 62/65 passed (3 skipped) 
+
+compress..............  1/21 
+compress..............  1/21 
+compress..............  1/21 
+compress..............  2/21 
+compress..............  2/21 
+compress..............  2/21 
+compress..............  3/21 
+compress..............  3/21 
+compress..............  3/21 
+compress..............  4/21 
+compress..............  4/21 
+compress..............  4/21 
+compress..............  5/21 
+compress..............  5/21 
+compress..............  5/21 
+compress..............  6/21 
+compress..............  6/21 
+compress..............  6/21 
+compress..............  7/21 
+compress..............  7/21 
+compress..............  7/21 
+compress..............  8/21 
+compress..............  8/21 
+compress..............  8/21 
+compress..............  9/21 
+compress..............  9/21 
+compress..............  9/21 
+compress.............. 10/21 
+compress.............. 10/21 
+compress.............. 10/21 
+compress.............. 11/21 
+compress.............. 11/21 
+compress.............. 11/21 
+compress.............. 12/21 
+compress.............. 12/21 
+compress.............. 12/21 
+compress.............. 13/21 
+compress.............. 13/21 
+compress.............. 13/21 
+compress.............. 14/21 
+compress.............. 14/21 
+compress.............. 14/21 
+compress.............. 15/21 
+compress.............. 15/21 
+compress.............. 15/21 
+compress.............. 16/21 
+compress.............. 16/21 
+compress.............. 16/21 
+compress.............. 17/21 
+compress.............. 17/21 
+compress.............. 17/21 
+compress.............. 18/21 
+compress.............. 18/21 
+compress.............. 18/21 
+compress.............. 19/21 
+compress.............. 19/21 
+compress.............. 19/21 
+compress.............. 20/21 
+compress.............. 20/21 
+compress.............. 20/21 
+compress.............. 21/21 
+compress.............. 21/21 
+compress.............. 21/21 
+compress.............. 21/21 passed 
+
+xml...................  1/ 5 
+xml...................  1/ 5 
+xml...................  1/ 5 
+xml...................  2/ 5 
+xml...................  2/ 5 
+xml...................  2/ 5 
+xml...................  3/ 5 
+xml...................  3/ 5 
+xml...................  3/ 5 
+xml...................  4/ 5 
+xml...................  4/ 5 
+xml...................  4/ 5 
+xml...................  5/ 5 
+xml...................  5/ 5 
+xml...................  5/ 5 
+xml...................  5/ 5 passed 
+
+xmlreq................  1/ 3 
+xmlreq................  1/ 3 
+xmlreq................  1/ 3 
+xmlreq................  2/ 3 
+xmlreq................  2/ 3 
+xmlreq................  2/ 3 
+xmlreq................  3/ 3 
+xmlreq................  3/ 3 
+xmlreq................  3/ 3 
+xmlreq................  3/ 3 passed 
+
+oldacl................  1/ 4 
+oldacl................  1/ 4 
+oldacl................  1/ 4 
+oldacl................  2/ 4 
+oldacl................  2/ 4 
+oldacl................  2/ 4 
+oldacl................  3/ 4 
+oldacl................  3/ 4 
+oldacl................  3/ 4 
+oldacl................  4/ 4 
+oldacl................  4/ 4 
+oldacl................  4/ 4 
+oldacl................  4/ 4 passed 
+
+acl3744...............  1/ 4 
+acl3744...............  1/ 4 
+acl3744...............  1/ 4 
+acl3744...............  2/ 4 
+acl3744...............  2/ 4 
+acl3744...............  2/ 4 
+acl3744...............  3/ 4 
+acl3744...............  3/ 4 
+acl3744...............  3/ 4 
+acl3744...............  4/ 4 
+acl3744...............  4/ 4 
+acl3744...............  4/ 4 
+acl3744...............  4/ 4 passed 
+
+props.................  1/ 7 
+props.................  1/ 7 
+props.................  1/ 7 
+props.................  2/ 7 
+props.................  2/ 7 
+props.................  2/ 7 
+props.................  3/ 7 
+props.................  3/ 7 
+props.................  3/ 7 
+props.................  4/ 7 
+props.................  4/ 7 
+props.................  4/ 7 
+props.................  5/ 7 
+props.................  5/ 7 
+props.................  5/ 7 
+props.................  6/ 7 
+props.................  6/ 7 
+props.................  6/ 7 
+props.................  7/ 7 
+props.................  7/ 7 
+props.................  7/ 7 
+props.................  7/ 7 passed 
+
+lock..................  1/14 
+lock..................  1/14 
+lock..................  1/14 
+lock..................  2/14 
+lock..................  2/14 
+lock..................  2/14 
+lock..................  3/14 
+lock..................  3/14 
+lock..................  3/14 
+lock..................  4/14 
+lock..................  4/14 
+lock..................  4/14 
+lock..................  5/14 
+lock..................  5/14 
+lock..................  5/14 
+lock..................  6/14 
+lock..................  6/14 
+lock..................  6/14 
+lock..................  7/14 
+lock..................  7/14 
+lock..................  7/14 
+lock..................  8/14 
+lock..................  8/14 
+lock..................  8/14 
+lock..................  9/14 
+lock..................  9/14 
+lock..................  9/14 
+lock.................. 10/14 
+lock.................. 10/14 
+lock.................. 10/14 
+lock.................. 11/14 
+lock.................. 11/14 
+lock.................. 11/14 
+lock.................. 12/14 
+lock.................. 12/14 
+lock.................. 12/14 
+lock.................. 13/14 
+lock.................. 13/14 
+lock.................. 13/14 
+lock.................. 14/14 
+lock.................. 14/14 
+lock.................. 14/14 
+lock.................. 14/14 passed 
+make[2]: *** [check] Error 1
+make[2]: Leaving directory `$(@D)/test'
+make[1]: *** [check] Error 2
+make[1]: Leaving directory `$(@D)'
--- a/components/ocaml/Makefile	Mon Mar 16 09:20:05 2015 -0700
+++ b/components/ocaml/Makefile	Mon Mar 16 13:28:51 2015 -0700
@@ -160,7 +160,7 @@
 
 install:	$(INSTALL_32)
 
-test:		$(TEST_32)
+test:		$(NO_TESTS)
 
 
 REQUIRED_PACKAGES += runtime/tcl-8
--- a/components/stdcxx/Makefile	Mon Mar 16 09:20:05 2015 -0700
+++ b/components/stdcxx/Makefile	Mon Mar 16 13:28:51 2015 -0700
@@ -48,6 +48,20 @@
 include $(WS_MAKE_RULES)/configure.mk
 include $(WS_MAKE_RULES)/ips.mk
 
+SUNPRO_VERSION	:= $(shell $(CXX) -V 2>&1 | head -n1 \
+  | sed 's/.*C++ *\([^ ]*\).*/\1/')
+SUNPRO_MAJOR_VERSION := $(shell echo $(SUNPRO_VERSION) | cut -f1 -d'.')
+SUNPRO_MINOR_VERSION := $(shell echo $(SUNPRO_VERSION) | cut -f2 -d'.')
+
+TEMPLATE_FLAGS := -template=geninlinefuncs
+
+ifeq ($(shell expr $(SUNPRO_MAJOR_VERSION) = 5 \& \
+      $(SUNPRO_MINOR_VERSION) \> 12),1)
+  TEMPLATE_FLAGS := -template=geninlinefuncs,extdef
+  COMPONENT_TEST_MASTER = \
+    $(COMPONENT_TEST_RESULTS_DIR)/results-$(BITS).master.SS12.4
+endif
+
 ISA_PATCH_DIR_32 = $(WS_TOP)/components/stdcxx/isa_patches/$(MACH)
 ISA_PATCH_DIR_64 = $(WS_TOP)/components/stdcxx/isa_patches/$(MACH64)
 ISA_PATCH_DIR = $(ISA_PATCH_DIR_$(BITS))
@@ -116,14 +130,12 @@
 CXXFLAGS_GENERIC += -Qoption ccfe -expand=10000
 CXXFLAGS_GENERIC += -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic
 CXXFLAGS_GENERIC += -instances=global
-CXXFLAGS_GENERIC += -template=geninlinefuncs
-CXXFLAGS_GENERIC += -verbose=template
+CXXFLAGS_GENERIC += $(TEMPLATE_FLAGS)
 CXXFLAGS_GENERIC += $(CXXFLAGS_$(MACH))
 CXXFLAGS_GENERIC += -xlang=c99
 CXXFLAGS_GENERIC += -xbuiltin=%none
 CXXFLAGS_GENERIC += -xinline=
 CXXFLAGS_GENERIC += -xlibmieee
-CXXFLAGS_GENERIC += -xustr=ascii_utf16_ushort
 CXXFLAGS_GENERIC += -z ignore $(PICFLAG)
 CXXFLAGS_GENERIC += -mt -D_REENTRANT -DNDEBUG
 CXXFLAGS_GENERIC += -D_IN_BUILD_STDCXX
@@ -242,8 +254,8 @@
 COMPONENT_TEST_CMD = \
 	$(CP) -p $(COMPONENT_DIR)/Solaris/run_tests.sh . ; \
 	$(CHMOD) 0755 run_tests.sh ; \
-	$(SHELL) ./run_tests.sh > \
-		$(COMPONENT_DIR)/runtests-$(MACH).out 2>&1
+	$(SHELL) ./run_tests.sh
+
 COMPONENT_TEST_TARGETS =
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
--- a/components/stdcxx/isa_patches/amd64/1034-sunpro.config.amd64.patch	Mon Mar 16 09:20:05 2015 -0700
+++ b/components/stdcxx/isa_patches/amd64/1034-sunpro.config.amd64.patch	Mon Mar 16 13:28:51 2015 -0700
@@ -1,5 +1,5 @@
---- stdcxx-4.2.1/etc/config/sunpro.config	2008-04-24 20:25:50.000000000 -0400
-+++ stdcxx-4.2.1/etc/config/sunpro.config	2009-03-30 11:28:21.364489000 -0400
+--- stdcxx-4.2.1-64/etc/config/sunpro.config	2008-04-24 17:25:50.000000000 -0700
++++ stdcxx-4.2.1-64/etc/config/sunpro.config	2015-03-12 12:28:46.559559317 -0700
 @@ -26,7 +26,7 @@
  #
  ########################################################################
@@ -9,12 +9,18 @@
  
  # extract the "C++ m.n" substring from version string (whcih changes
  # from one release of the compiler to another)
-@@ -59,10 +59,10 @@
+@@ -59,10 +59,16 @@
  
  PICFLAGS        = -KPIC
  LDSOFLAGS       = 
 -CXXFLAGS        = -library=%none
-+CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -verbose=template -xlang=c99 $(XREGS) $(XMEMALIGN) -xlibmieee -xbuiltin=%none -norunpath -xinline= -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m64 -xarch=generic -xO3 -s +w2 -errtags -erroff=hidef
++
++ifeq ($(shell expr $(CCMAJOR) = 5 \& $(CCMINOR) \> 12),1)
++  CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs,extdef -xlang=c99 $(XREGS) $(XMEMALIGN) -xlibmieee -xbuiltin=%none -norunpath -xinline= -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m64 -xarch=generic -xO3 -s +w2 -errtags -erroff=hidef
++else
++  CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -xlang=c99 $(XREGS) $(XMEMALIGN) -xlibmieee -xbuiltin=%none -norunpath -xinline= -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m64 -xarch=generic -xO3 -s +w2 -errtags -erroff=hidef
++endif
++
  CXXPRELINK      = 
 -CPPFLAGS        =
 -LDFLAGS         = -library=%none
@@ -23,7 +29,7 @@
  LDSOFLAGS       = -G
  
  # use CC to invoke the compiler (needed to pick up template
-@@ -77,7 +77,7 @@
+@@ -77,7 +83,7 @@
  DEBUG_CXXFLAGS  = -g
  DEBUG_CPPFLAGS  =
  
@@ -32,12 +38,3 @@
  OPTMZ_CPPFLAGS  =
  
  # shared/static library options
-@@ -124,7 +124,7 @@
- ifeq ($(shell expr $(CCMAJOR) \>= 5 \& $(CCMINOR) \>= 9),1)
- 
-     # starting with Sun C++ 5.9, the compiler prefers the generic
--    # -m32 and -m64 options to the architecture specific -xarch
-+    # -m32 and -m64 options to the architecture specific -xarch
-     # options some of which have been deprecated
-     wide_flags   = -m64
-     narrow_flags = -m32
--- a/components/stdcxx/isa_patches/i386/1034-sunpro.config.i386.patch	Mon Mar 16 09:20:05 2015 -0700
+++ b/components/stdcxx/isa_patches/i386/1034-sunpro.config.i386.patch	Mon Mar 16 13:28:51 2015 -0700
@@ -1,5 +1,5 @@
---- stdcxx-4.2.1/etc/config/sunpro.config	2008-04-24 20:25:50.000000000 -0400
-+++ stdcxx-4.2.1/etc/config/sunpro.config	2009-03-30 11:17:58.959880000 -0400
+--- stdcxx-4.2.1-32/etc/config/sunpro.config	2008-04-24 17:25:50.000000000 -0700
++++ stdcxx-4.2.1-32/etc/config/sunpro.config	2015-03-12 12:16:55.906589902 -0700
 @@ -26,7 +26,7 @@
  #
  ########################################################################
@@ -9,12 +9,18 @@
  
  # extract the "C++ m.n" substring from version string (whcih changes
  # from one release of the compiler to another)
-@@ -59,10 +59,10 @@
+@@ -59,10 +59,16 @@
  
  PICFLAGS        = -KPIC
  LDSOFLAGS       = 
 -CXXFLAGS        = -library=%none
-+CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -verbose=template -xlang=c99 $(XREGS) $(XMEMALIGN) -xlibmieee -xbuiltin=%none -norunpath -xinline= -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m32 -xarch=generic -xO3 -s +w2 -errtags -erroff=hidef
++
++ifeq ($(shell expr $(CCMAJOR) = 5 \& $(CCMINOR) \> 12),1)
++  CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs,extdef -xlang=c99 $(XREGS) $(XMEMALIGN) -xlibmieee -xbuiltin=%none -norunpath -xinline= -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m32 -xarch=generic -xO3 -s +w2 -errtags -erroff=hidef
++else
++  CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -xlang=c99 $(XREGS) $(XMEMALIGN) -xlibmieee -xbuiltin=%none -norunpath -xinline= -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m32 -xarch=generic -xO3 -s +w2 -errtags -erroff=hidef
++endif
++
  CXXPRELINK      = 
 -CPPFLAGS        =
 -LDFLAGS         = -library=%none
@@ -23,7 +29,7 @@
  LDSOFLAGS       = -G
  
  # use CC to invoke the compiler (needed to pick up template
-@@ -77,7 +77,7 @@
+@@ -77,7 +83,7 @@
  DEBUG_CXXFLAGS  = -g
  DEBUG_CPPFLAGS  =
  
--- a/components/stdcxx/isa_patches/sparc/1034-sunpro.config.sparc.patch	Mon Mar 16 09:20:05 2015 -0700
+++ b/components/stdcxx/isa_patches/sparc/1034-sunpro.config.sparc.patch	Mon Mar 16 13:28:51 2015 -0700
@@ -1,5 +1,5 @@
---- stdcxx-4.2.1/etc/config/sunpro.config	2008-04-24 20:25:50.000000000 -0400
-+++ stdcxx-4.2.1/etc/config/sunpro.config	2009-03-29 15:37:31.543081000 -0400
+--- stdcxx-4.2.1-32/etc/config/sunpro.config	2008-04-24 17:25:50.000000000 -0700
++++ stdcxx-4.2.1-32/etc/config/sunpro.config	2015-03-12 12:38:00.063406961 -0700
 @@ -26,7 +26,7 @@
  #
  ########################################################################
@@ -9,12 +9,19 @@
  
  # extract the "C++ m.n" substring from version string (whcih changes
  # from one release of the compiler to another)
-@@ -59,10 +59,10 @@
+@@ -59,10 +59,17 @@
  
  PICFLAGS        = -KPIC
  LDSOFLAGS       = 
 -CXXFLAGS        = -library=%none
-+CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -verbose=template -xlang=c99 $(XREGS) -xvis=yes $(XMEMALIGN) -xlibmieee -xbuiltin=%none -xinline= -norunpath -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -Qoption iropt -xwrap_int -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m32 -xtarget=ultra2 -xarch=sparcvis -xchip=ultra2 -xO4 -s +w2 -errtags -erroff=hidef
++
++
++ifeq ($(shell expr $(CCMAJOR) = 5 \& $(CCMINOR) \> 12),1)
++  CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs,extdef -xlang=c99 $(XREGS) -xvis=yes $(XMEMALIGN) -xlibmieee -xbuiltin=%none -xinline= -norunpath -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -Qoption iropt -xwrap_int -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m32 -xtarget=ultra2 -xarch=sparcvis -xchip=ultra2 -xO4 -s +w2 -errtags -erroff=hidef
++else
++  CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -xlang=c99 $(XREGS) -xvis=yes $(XMEMALIGN) -xlibmieee -xbuiltin=%none -xinline= -norunpath -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -Qoption iropt -xwrap_int -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m32 -xtarget=ultra2 -xarch=sparcvis -xchip=ultra2 -xO4 -s +w2 -errtags -erroff=hidef
++endif
++
  CXXPRELINK      = 
 -CPPFLAGS        =
 -LDFLAGS         = -library=%none
@@ -23,7 +30,7 @@
  LDSOFLAGS       = -G
  
  # use CC to invoke the compiler (needed to pick up template
-@@ -77,7 +77,7 @@
+@@ -77,7 +84,7 @@
  DEBUG_CXXFLAGS  = -g
  DEBUG_CPPFLAGS  =
  
@@ -32,12 +39,3 @@
  OPTMZ_CPPFLAGS  =
  
  # shared/static library options
-@@ -124,7 +124,7 @@
- ifeq ($(shell expr $(CCMAJOR) \>= 5 \& $(CCMINOR) \>= 9),1)
- 
-     # starting with Sun C++ 5.9, the compiler prefers the generic
--    # -m32 and -m64 options to the architecture specific -xarch
-+    # -m32 and -m64 options to the architecture specific -xarch
-     # options some of which have been deprecated
-     wide_flags   = -m64
-     narrow_flags = -m32
--- a/components/stdcxx/isa_patches/sparcv9/1034-sunpro.config.sparcv9.patch	Mon Mar 16 09:20:05 2015 -0700
+++ b/components/stdcxx/isa_patches/sparcv9/1034-sunpro.config.sparcv9.patch	Mon Mar 16 13:28:51 2015 -0700
@@ -1,5 +1,5 @@
---- stdcxx-4.2.1/etc/config/sunpro.config	2008-04-24 20:25:50.000000000 -0400
-+++ stdcxx-4.2.1/etc/config/sunpro.config	2009-03-29 18:32:16.095641000 -0400
+--- stdcxx-4.2.1/etc/config/sunpro.config	2008-04-24 17:25:50.000000000 -0700
++++ stdcxx-4.2.1/etc/config/sunpro.config	2015-03-12 15:40:09.742450740 -0700
 @@ -26,7 +26,7 @@
  #
  ########################################################################
@@ -9,12 +9,18 @@
  
  # extract the "C++ m.n" substring from version string (whcih changes
  # from one release of the compiler to another)
-@@ -59,10 +59,10 @@
+@@ -59,10 +59,16 @@
  
  PICFLAGS        = -KPIC
  LDSOFLAGS       = 
 -CXXFLAGS        = -library=%none
-+CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -verbose=template -xlang=c99 $(XREGS) -xvis=yes $(XMEMALIGN) -xlibmieee -xbuiltin=%none -xinline= -norunpath -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -Qoption iropt -xwrap_int -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m64 -xtarget=ultra2 -xarch=sparcvis -xchip=ultra2 -xO4 -s +w2 -errtags -erroff=hidef
++
++ifeq ($(shell expr $(CCMAJOR) = 5 \& $(CCMINOR) \> 12),1)
++  CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs,extdef -xlang=c99 $(XREGS) -xvis=yes $(XMEMALIGN) -xlibmieee -xbuiltin=%none -xinline= -norunpath -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -Qoption iropt -xwrap_int -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m64 -xtarget=ultra2 -xarch=sparcvis -xchip=ultra2 -xO4 -s +w2 -errtags -erroff=hidef
++else
++  CXXFLAGS        = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -xlang=c99 $(XREGS) -xvis=yes $(XMEMALIGN) -xlibmieee -xbuiltin=%none -xinline= -norunpath -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -Qoption iropt -xwrap_int -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m64 -xtarget=ultra2 -xarch=sparcvis -xchip=ultra2 -xO4 -s +w2 -errtags -erroff=hidef
++endif
++
  CXXPRELINK      = 
 -CPPFLAGS        =
 -LDFLAGS         = -library=%none
@@ -23,7 +29,7 @@
  LDSOFLAGS       = -G
  
  # use CC to invoke the compiler (needed to pick up template
-@@ -77,7 +77,7 @@
+@@ -77,7 +83,7 @@
  DEBUG_CXXFLAGS  = -g
  DEBUG_CPPFLAGS  =
  
@@ -32,12 +38,3 @@
  OPTMZ_CPPFLAGS  =
  
  # shared/static library options
-@@ -124,7 +124,7 @@
- ifeq ($(shell expr $(CCMAJOR) \>= 5 \& $(CCMINOR) \>= 9),1)
- 
-     # starting with Sun C++ 5.9, the compiler prefers the generic
--    # -m32 and -m64 options to the architecture specific -xarch
-+    # -m32 and -m64 options to the architecture specific -xarch
-     # options some of which have been deprecated
-     wide_flags   = -m64
-     narrow_flags = -m32
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/stdcxx/test/results-32.master	Mon Mar 16 13:28:51 2015 -0700
@@ -0,0 +1,1073 @@
+------------------------------------------------------------
+Test programs atomic_add and atomic_xchg take a very long
+time to run. Please be patient.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.alloc ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       58 |     100% |
+# | (S8) ERROR            |        0 |      448 |     100% |
+# | (S9) FATAL            |        0 |       96 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.braceexp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.char ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      479 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.cmdopts ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.ctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3313 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.fnmatch ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.inputiter ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       20 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.new ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.outputiter ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.printf ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.process ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       17 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.strncmp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.valcmp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 17.extensions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        5 |       16 |      68% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 17.names ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.csetjmp ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.exception ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1112 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.limits.cvqual ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1431 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.limits.traps ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        3 |       16 |      81% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.numeric.special.float ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       89 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.numeric.special.int ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      434 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.setjmp ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.support.dynamic ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        7 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.support.rtti ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       24 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.cerrno ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        5 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.std.exceptions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       81 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.auto.ptr ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       58 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.function.objects ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      221 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.operators ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.pairs ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       28 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.specialized ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1756 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.temp.buffer ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10801 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      281 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cwchar ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       63 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cwctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      260 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.access ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      980 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.append ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    58071 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.assign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    53396 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    54940 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.compare ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4448 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    37333 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.copy ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1820 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.erase ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5550 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.exceptions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       38 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7120 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.first.not.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6480 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.first.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6740 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.last.not.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6800 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.last.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7060 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.insert ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    69594 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.io ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   146395 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5725 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.operators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    15852 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.op.plus ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10195 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.op.plus.equal ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6072 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.replace ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   146450 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.replace.stdcxx-170 ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.rfind ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6840 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.substr ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1660 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.swap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4134 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.length ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      408 |     100% |
+# | (S8) ERROR            |        0 |        6 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.out ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1494 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    91096 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.is ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    25432 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.narrow ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     9766 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.scan ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    17124 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.tolower ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    29078 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.toupper ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    19388 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.widen ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      512 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.messages ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        4 |      366 |      98% |
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3888 |     100% |
+# | (S9) FATAL            |        0 |        5 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.moneypunct ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    17560 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1328 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    65508 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.numpunct ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1574 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1667 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2076 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2212 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.bitset ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |  2537538 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.bitset.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2347 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 | 77810809 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.modifiers ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    89930 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.special ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    61465 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.assign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    14414 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2140 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    13064 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.erase ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2152 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.insert ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    25088 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2042 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.special ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1327 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.allocator ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   857048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        9 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.modifiers ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    15371 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 24.istream.iterator ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       26 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.adjacent.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      384 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.binary.search ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      228 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.copy ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1920 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.equal ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    65536 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.equal.range ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.fill ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      448 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      476 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find.end ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1692 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find.first ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1584 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.for.each ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5504 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.generate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      456 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.heap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      316 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.includes ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1664 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.lex.comparison ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1472 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.libc ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       96 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.lower.bound ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.merge ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    23364 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.min.max ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      528 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.mismatch ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5376 |     100% |
+# | (S9) FATAL            |        0 |       14 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.nth.element ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1160 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.partial.sort ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10906 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.partitions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      624 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.permutation ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      336 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.random.shuffle ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4096 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.remove ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4234 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.replace ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3650 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.reverse ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      756 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.rotate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      924 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.search ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2100 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.difference ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    16768 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.intersection ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12800 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.sym.difference ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    16384 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.union ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    14336 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.sort ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5076 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.swap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      478 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.transform ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10272 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.unique ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3762 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.upper.bound ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.accumulate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.adjacent.diff ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12224 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.class.gslice ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    46230 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.c.math ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1143 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.gslice.array.cassign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |       26 |      364 |      92% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.indirect.array ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      114 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.inner.product ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.mask.array ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      177 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.partial.sum ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12224 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.cassign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7702 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      396 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.transcend ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        3 |       66 |      95% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.filebuf.codecvt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   205514 |     100% |
+# | (S9) FATAL            |        0 |   117960 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.forward ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       42 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.fmat.arith ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    26648 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.manip ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3584 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.readsome ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    30720 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.sentry ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      832 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.unformatted.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1650 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.objects ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       22 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.ostream ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4876 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.stringbuf.virtuals ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    86124 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 2.smartptr.shared ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      121 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 2.smartptr.weak ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       45 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 8.cstdint ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      157 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.exceptions.mt ... SUCCESS.
+############################################################
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.temp.buffer.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        2 |     100% |
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.cons.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       16 |     100% |
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.push_back.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        2 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.cons.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.globals.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.messages.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.moneypunct.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.put.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       64 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.numpunct.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.put.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       17 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.statics.mt ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.put.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program atomic_add ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       66 |     100% |
+# | (S8) ERROR            |        0 |       66 |     100% |
+# | (S9) FATAL            |        0 |       66 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program atomic_xchg ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       22 |     100% |
+# | (S8) ERROR            |        0 |       22 |     100% |
+# | (S9) FATAL            |        0 |       22 |     100% |
+############################################################
+------------------------------------------------------------
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/stdcxx/test/results-32.master.SS12.4	Mon Mar 16 13:28:51 2015 -0700
@@ -0,0 +1,1073 @@
+------------------------------------------------------------
+Test programs atomic_add and atomic_xchg take a very long
+time to run. Please be patient.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.alloc ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       58 |     100% |
+# | (S8) ERROR            |        0 |      448 |     100% |
+# | (S9) FATAL            |        0 |       96 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.braceexp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.char ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      479 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.cmdopts ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.ctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3313 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.fnmatch ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.inputiter ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       20 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.new ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.outputiter ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.printf ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.process ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       17 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.strncmp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.valcmp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 17.extensions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        5 |       16 |      68% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 17.names ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.csetjmp ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.exception ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1112 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.limits.cvqual ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1431 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.limits.traps ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        3 |       16 |      81% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.numeric.special.float ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       89 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.numeric.special.int ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      434 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.setjmp ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.support.dynamic ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        7 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.support.rtti ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       24 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.cerrno ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        5 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.std.exceptions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       81 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.auto.ptr ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       58 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.function.objects ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      221 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.operators ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.pairs ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       28 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.specialized ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1756 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.temp.buffer ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10801 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      281 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cwchar ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       63 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cwctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      260 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.access ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      980 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.append ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    60231 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.assign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    54616 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    55040 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.compare ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4448 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    37333 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.copy ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1820 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.erase ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5550 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.exceptions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       38 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7120 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.first.not.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6480 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.first.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6740 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.last.not.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6800 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.last.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7060 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.insert ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    72054 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.io ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   146395 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5725 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.operators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    15852 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.op.plus ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10295 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.op.plus.equal ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6132 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.replace ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   149790 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.replace.stdcxx-170 ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.rfind ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6840 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.substr ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1660 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.swap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4134 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.length ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      408 |     100% |
+# | (S8) ERROR            |        0 |        6 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.out ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1494 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    91096 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.is ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    25432 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.narrow ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     9766 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.scan ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    17124 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.tolower ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    29078 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.toupper ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    19388 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.widen ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      512 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.messages ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        4 |      366 |      98% |
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3888 |     100% |
+# | (S9) FATAL            |        0 |        5 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.moneypunct ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    17560 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1328 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    65508 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.numpunct ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1574 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1667 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2076 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2212 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.bitset ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |  2537538 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.bitset.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2347 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 | 77810809 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.modifiers ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    89930 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.special ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    61465 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.assign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    14414 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2140 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    13064 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.erase ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2152 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.insert ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    25088 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2042 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.special ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1327 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.allocator ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   857048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        9 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.modifiers ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    15371 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 24.istream.iterator ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       26 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.adjacent.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      384 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.binary.search ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      228 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.copy ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1920 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.equal ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    65536 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.equal.range ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.fill ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      448 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      476 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find.end ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1692 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find.first ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1584 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.for.each ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5504 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.generate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      456 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.heap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      316 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.includes ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1664 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.lex.comparison ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1472 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.libc ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       96 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.lower.bound ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.merge ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    23364 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.min.max ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      528 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.mismatch ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5376 |     100% |
+# | (S9) FATAL            |        0 |       14 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.nth.element ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1160 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.partial.sort ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10906 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.partitions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      624 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.permutation ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      336 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.random.shuffle ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4096 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.remove ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4234 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.replace ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3650 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.reverse ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      756 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.rotate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      924 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.search ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2100 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.difference ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    16768 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.intersection ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12800 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.sym.difference ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    16384 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.union ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    14336 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.sort ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5076 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.swap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      478 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.transform ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10272 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.unique ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3762 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.upper.bound ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.accumulate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.adjacent.diff ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12224 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.class.gslice ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    46230 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.c.math ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1143 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.gslice.array.cassign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |       26 |      364 |      92% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.indirect.array ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      114 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.inner.product ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.mask.array ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      177 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.partial.sum ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12224 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.cassign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7702 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      396 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.transcend ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        3 |       66 |      95% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.filebuf.codecvt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   205514 |     100% |
+# | (S9) FATAL            |        0 |   117960 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.forward ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       42 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.fmat.arith ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    26648 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.manip ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3584 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.readsome ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    30720 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.sentry ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      832 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.unformatted.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1650 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.objects ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       22 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.ostream ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4876 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.stringbuf.virtuals ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    86124 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 2.smartptr.shared ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      121 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 2.smartptr.weak ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       45 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 8.cstdint ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      157 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.exceptions.mt ... SUCCESS.
+############################################################
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.temp.buffer.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        2 |     100% |
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.cons.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       16 |     100% |
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.push_back.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        2 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.cons.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.globals.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.messages.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.moneypunct.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.put.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       64 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.numpunct.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.put.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       17 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.statics.mt ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.put.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program atomic_add ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       66 |     100% |
+# | (S8) ERROR            |        0 |       66 |     100% |
+# | (S9) FATAL            |        0 |       66 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program atomic_xchg ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       22 |     100% |
+# | (S8) ERROR            |        0 |       22 |     100% |
+# | (S9) FATAL            |        0 |       22 |     100% |
+############################################################
+------------------------------------------------------------
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/stdcxx/test/results-64.master	Mon Mar 16 13:28:51 2015 -0700
@@ -0,0 +1,1073 @@
+------------------------------------------------------------
+Test programs atomic_add and atomic_xchg take a very long
+time to run. Please be patient.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.alloc ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       58 |     100% |
+# | (S8) ERROR            |        0 |      448 |     100% |
+# | (S9) FATAL            |        0 |       96 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.braceexp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.char ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      479 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.cmdopts ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.ctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3313 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.fnmatch ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.inputiter ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       20 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.new ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.outputiter ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.printf ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.process ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       17 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.strncmp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.valcmp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 17.extensions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        5 |       16 |      68% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 17.names ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.csetjmp ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.exception ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1112 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.limits.cvqual ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1431 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.limits.traps ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        3 |       16 |      81% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.numeric.special.float ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       89 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.numeric.special.int ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      434 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.setjmp ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.support.dynamic ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        7 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.support.rtti ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       24 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.cerrno ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        5 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.std.exceptions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       81 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.auto.ptr ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       58 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.function.objects ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      221 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.operators ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.pairs ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       28 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.specialized ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1756 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.temp.buffer ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10900 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      281 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cwchar ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       63 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cwctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      260 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.access ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      980 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.append ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    58071 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.assign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    53396 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    54940 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.compare ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4448 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    37333 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.copy ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1820 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.erase ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5550 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.exceptions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       38 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7120 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.first.not.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6480 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.first.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6740 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.last.not.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6800 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.last.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7060 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.insert ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    69594 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.io ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   146395 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5725 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.operators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    15852 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.op.plus ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10195 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.op.plus.equal ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6072 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.replace ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   146450 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.replace.stdcxx-170 ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.rfind ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6840 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.substr ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1660 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.swap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4134 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.length ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      408 |     100% |
+# | (S8) ERROR            |        0 |        6 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.out ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1494 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    91096 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.is ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    25432 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.narrow ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     9766 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.scan ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    17124 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.tolower ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    29078 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.toupper ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    19388 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.widen ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      512 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.messages ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        4 |      366 |      98% |
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3888 |     100% |
+# | (S9) FATAL            |        0 |        5 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.moneypunct ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    17560 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1328 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    65508 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.numpunct ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1574 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1671 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2076 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2212 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.bitset ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |  2537538 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.bitset.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2347 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 | 77810809 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.modifiers ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    89930 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.special ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    61465 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.assign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    14414 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2140 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    13064 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.erase ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2152 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.insert ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    25088 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2042 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.special ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1327 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.allocator ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   857048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        9 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.modifiers ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    15371 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 24.istream.iterator ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       26 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.adjacent.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      384 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.binary.search ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      228 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.copy ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1920 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.equal ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    65536 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.equal.range ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.fill ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      448 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      476 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find.end ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1692 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find.first ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1584 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.for.each ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5504 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.generate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      456 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.heap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      316 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.includes ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1664 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.lex.comparison ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1472 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.libc ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       96 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.lower.bound ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.merge ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    23364 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.min.max ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      528 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.mismatch ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5376 |     100% |
+# | (S9) FATAL            |        0 |       14 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.nth.element ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1160 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.partial.sort ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10906 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.partitions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      624 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.permutation ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      336 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.random.shuffle ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4096 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.remove ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4234 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.replace ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3650 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.reverse ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      756 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.rotate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      924 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.search ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2100 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.difference ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    16768 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.intersection ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12800 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.sym.difference ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    16384 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.union ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    14336 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.sort ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5076 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.swap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      478 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.transform ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10272 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.unique ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3762 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.upper.bound ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.accumulate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.adjacent.diff ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12224 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.class.gslice ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    46230 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.c.math ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1143 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.gslice.array.cassign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |       26 |      364 |      92% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.indirect.array ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      114 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.inner.product ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.mask.array ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      177 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.partial.sum ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12224 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.cassign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7702 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      396 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.transcend ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        3 |       66 |      95% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.filebuf.codecvt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   205514 |     100% |
+# | (S9) FATAL            |        0 |   117960 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.forward ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       42 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.fmat.arith ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    26648 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.manip ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3584 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.readsome ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    30720 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.sentry ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      832 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.unformatted.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1650 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.objects ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       22 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.ostream ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4876 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.stringbuf.virtuals ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    86124 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 2.smartptr.shared ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      121 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 2.smartptr.weak ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       45 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 8.cstdint ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      157 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.exceptions.mt ... SUCCESS.
+############################################################
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.temp.buffer.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        2 |     100% |
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.cons.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       16 |     100% |
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.push_back.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        2 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.cons.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.globals.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.messages.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.moneypunct.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.put.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       64 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.numpunct.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.put.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       17 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.statics.mt ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.put.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program atomic_add ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       66 |     100% |
+# | (S8) ERROR            |        0 |       66 |     100% |
+# | (S9) FATAL            |        0 |       66 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program atomic_xchg ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       22 |     100% |
+# | (S8) ERROR            |        0 |       22 |     100% |
+# | (S9) FATAL            |        0 |       22 |     100% |
+############################################################
+------------------------------------------------------------
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/stdcxx/test/results-64.master.SS12.4	Mon Mar 16 13:28:51 2015 -0700
@@ -0,0 +1,1073 @@
+------------------------------------------------------------
+Test programs atomic_add and atomic_xchg take a very long
+time to run. Please be patient.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.alloc ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       58 |     100% |
+# | (S8) ERROR            |        0 |      448 |     100% |
+# | (S9) FATAL            |        0 |       96 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.braceexp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.char ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      479 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.cmdopts ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.ctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3313 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.fnmatch ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.inputiter ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       20 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.new ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.outputiter ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.printf ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.process ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       17 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.strncmp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 0.valcmp ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 17.extensions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        5 |       16 |      68% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 17.names ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.csetjmp ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.exception ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1112 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.limits.cvqual ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1431 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.limits.traps ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        3 |       16 |      81% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.numeric.special.float ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       89 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.numeric.special.int ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      434 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.setjmp ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.support.dynamic ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        7 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 18.support.rtti ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       24 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.cerrno ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        5 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.std.exceptions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       81 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.auto.ptr ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       58 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.function.objects ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      221 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.operators ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.pairs ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       28 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.specialized ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1756 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.temp.buffer ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10900 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      281 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cwchar ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       63 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.cwctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      260 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.access ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      980 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.append ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    60231 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.assign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    54616 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    55040 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.compare ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4448 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    37333 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.copy ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1820 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.erase ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5550 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.exceptions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       38 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7120 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.first.not.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6480 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.first.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6740 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.last.not.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6800 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.find.last.of ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7060 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.insert ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    72054 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.io ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   146395 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5725 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.operators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    15852 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.op.plus ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10295 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.op.plus.equal ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6132 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.replace ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   149790 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.replace.stdcxx-170 ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.rfind ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     6840 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.substr ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1660 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.swap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4134 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.length ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      408 |     100% |
+# | (S8) ERROR            |        0 |        6 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.out ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1494 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    91096 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.is ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    25432 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.narrow ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     9766 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.scan ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    17124 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.tolower ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    29078 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.toupper ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    19388 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.widen ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      512 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.messages ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        4 |      366 |      98% |
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3888 |     100% |
+# | (S9) FATAL            |        0 |        5 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.moneypunct ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    17560 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1328 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    65508 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.numpunct ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1574 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1671 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2076 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.put ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2212 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.bitset ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |  2537538 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.bitset.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2347 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 | 77810809 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.modifiers ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    89930 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.deque.special ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    61465 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.assign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    14414 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2140 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    13064 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.erase ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2152 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.insert ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    25088 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.iterators ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2042 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.list.special ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1327 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.allocator ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.capacity ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   857048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        9 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 23.vector.modifiers ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    15371 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 24.istream.iterator ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       26 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.adjacent.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      384 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.binary.search ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      228 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.copy ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1920 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.equal ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    65536 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.equal.range ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.fill ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      448 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      476 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find.end ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1692 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.find.first ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1584 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.for.each ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5504 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.generate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      456 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.heap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      316 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.includes ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1664 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.lex.comparison ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1472 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.libc ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       96 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.lower.bound ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.merge ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    23364 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.min.max ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      528 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.mismatch ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5376 |     100% |
+# | (S9) FATAL            |        0 |       14 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.nth.element ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1160 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.partial.sort ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10906 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.partitions ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      624 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.permutation ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      336 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.random.shuffle ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4096 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.remove ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4234 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.replace ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3650 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.reverse ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      756 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.rotate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      924 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.search ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2100 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.difference ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    16768 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.intersection ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12800 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.sym.difference ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    16384 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.set.union ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    14336 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.sort ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     5076 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.swap ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      478 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.transform ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    10272 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.unique ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3762 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 25.upper.bound ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      264 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.accumulate ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.adjacent.diff ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12224 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.class.gslice ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    46230 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.c.math ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1143 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.gslice.array.cassign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |       26 |      364 |      92% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.indirect.array ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      114 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.inner.product ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     2048 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.mask.array ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      177 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.partial.sum ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    12224 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.cassign ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     7702 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.cons ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      396 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 26.valarray.transcend ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        3 |       66 |      95% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.filebuf.codecvt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |   205514 |     100% |
+# | (S9) FATAL            |        0 |   117960 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.forward ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       42 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.fmat.arith ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    26648 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.manip ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     3584 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.readsome ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    30720 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.sentry ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      832 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.istream.unformatted.get ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     1650 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.objects ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       22 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.ostream ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |     4876 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 27.stringbuf.virtuals ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |    86124 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 2.smartptr.shared ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      121 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 2.smartptr.weak ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       45 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 8.cstdint ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |      157 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 19.exceptions.mt ... SUCCESS.
+############################################################
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 20.temp.buffer.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        2 |     100% |
+# | (S9) FATAL            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.cons.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       16 |     100% |
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 21.string.push_back.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |        2 |     100% |
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.codecvt.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.cons.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.ctype.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.globals.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        2 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.messages.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.moneypunct.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.money.put.mt ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       64 |     100% |
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.numpunct.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |        1 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.num.put.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       17 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.statics.mt ... SUCCESS.
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.get.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program 22.locale.time.put.mt ... SUCCESS.
+############################################################
+# | (S8) ERROR            |        0 |        3 |     100% |
+# | (S9) FATAL            |        0 |       65 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program atomic_add ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       66 |     100% |
+# | (S8) ERROR            |        0 |       66 |     100% |
+# | (S9) FATAL            |        0 |       66 |     100% |
+############################################################
+------------------------------------------------------------
+------------------------------------------------------------
+Running test program atomic_xchg ... SUCCESS.
+############################################################
+# | (S7) ASSERTION        |        0 |       22 |     100% |
+# | (S8) ERROR            |        0 |       22 |     100% |
+# | (S9) FATAL            |        0 |       22 |     100% |
+############################################################
+------------------------------------------------------------