summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-02 05:05:39 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-02 05:05:39 +0000
commita6a508c71908cece4ddfd91b8a911c7af5ec4e75 (patch)
tree691a9653541b0eff7affa60472cba0444bc1cd4c
parente49d86ac0dc1acfabd186ef4d12790cd1795cd89 (diff)
downloadATCD-a6a508c71908cece4ddfd91b8a911c7af5ec4e75.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a8
-rw-r--r--ace/config-win32-common.h2
-rw-r--r--tests/run_tests.bat1
-rw-r--r--tests/tests.mdpbin2908 -> 18788 bytes
4 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 343e3072c1b..e588319aaed 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,11 @@
+Mon Dec 01 16:13:06 1997 <irfan@TWOSTEP>
+
+ * ace/config-win32-common.h: Added back ACE_LACKS_ACE_IOSTREAM to
+ the config file. The test is not compiling.
+
+ * tests/run_tests.bat: Look for "Win32 structured exception" in
+ the log files.
+
Mon Dec 1 14:01:02 1997 Darrell Brunsch <brunsch@cs.wustl.edu>
* ace/Log_Msg.cpp, ace/Log_Msg.h, ace/Log_Record.cpp,
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index b1b600d6c9e..52de1c00c36 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -167,6 +167,8 @@
#endif /* (_MSC_VER > 1020) */
#endif /* _MSC_VER */
+ // ace/iostream.h does not work with the standard cpp library (yet).
+ #define ACE_LACKS_ACE_IOSTREAM
#else
// iostream header lacks ipfx (), isfx (), etc., declarations
#define ACE_LACKS_IOSTREAM_FX
diff --git a/tests/run_tests.bat b/tests/run_tests.bat
index 13a54dccc93..c8dcb5ab87f 100644
--- a/tests/run_tests.bat
+++ b/tests/run_tests.bat
@@ -98,6 +98,7 @@ type %temp%\log\%arg%.log | find /I "no such file or directory"
type %temp%\log\%arg%.log | find /I "invalid argument"
type %temp%\log\%arg%.log | find /I "timeout"
type %temp%\log\%arg%.log | find /I "bad file number"
+type %temp%\log\%arg%.log | find /I "Win32 structured exception"
echo.
goto done
diff --git a/tests/tests.mdp b/tests/tests.mdp
index 2afc64117ed..694fa1e5b5d 100644
--- a/tests/tests.mdp
+++ b/tests/tests.mdp
Binary files differ