summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-19 21:52:45 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-19 21:52:45 +0000
commitb7a1bec5e100277ec2c2cd635bb57099154e7a30 (patch)
tree5af02aaccbcfbcaf19bc1a657af80ce3b513b446
parent9b7cf25ed330c2ffc9bf18de9b9d29bf6468cef2 (diff)
downloadATCD-b7a1bec5e100277ec2c2cd635bb57099154e7a30.tar.gz
Mon Feb 19 21:47:48 UTC 2007 Carlos O'Ryan <coryan@atdesk.com>
-rw-r--r--ChangeLog9
-rw-r--r--tests/Bug_2815_Regression_Test.cpp2
-rw-r--r--tests/run_test.lst1
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 227a7d242b3..561a0777a4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Feb 19 21:47:48 UTC 2007 Carlos O'Ryan <coryan@atdesk.com>
+
+ * tests/run_test.lst:
+ * tests/Bug_2815_Regression_Test.cpp:
+ Adjusted the number of iterations so the test would pass on my
+ G4-based laptop without optimizations or inlining. The previous
+ numbers were just guesses anyway and I hope the new numbers will
+ result in no failures for the scoreboard.
+
Mon Feb 19 21:29:32 UTC 2007 Carlos O'Ryan <coryan@atdesk.com>
* ace/Notification_Queue.cpp:
diff --git a/tests/Bug_2815_Regression_Test.cpp b/tests/Bug_2815_Regression_Test.cpp
index 9600c530922..4c4eb0a3630 100644
--- a/tests/Bug_2815_Regression_Test.cpp
+++ b/tests/Bug_2815_Regression_Test.cpp
@@ -211,7 +211,7 @@ run_main (int, ACE_TCHAR *[])
int max_notifications = 16;
#else
- int max_notifications = 1024 * 1024;
+ int max_notifications = 512 * 1024;
#endif /* ACE_HAS_THREADS */
{
diff --git a/tests/run_test.lst b/tests/run_test.lst
index 68f7f78a2e0..d1c5c2ba7b0 100644
--- a/tests/run_test.lst
+++ b/tests/run_test.lst
@@ -36,6 +36,7 @@ Bug_2497_Regression_Test
Bug_2540_Regression_Test
Bug_2659_Regression_Test: !ST
Bug_2653_Regression_Test: !ST
+Bug_2815_Regression_Test
CDR_Array_Test: !ACE_FOR_TAO
CDR_File_Test: !ACE_FOR_TAO
CDR_Test