summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/run.py
Commit message (Collapse)AuthorAge
* Refactored test scriptsBenoit Foucher2016-11-25
|
* Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
|
* Update copyright headersJoe George2016-03-01
|
* remove debug ouput from errorDetectionJose2015-03-04
|
* Fixed (ICE-5835) - Scope of operation parametersJose2015-03-02
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* More updates for ICE-5931, ICE-5935Jose2014-11-21
|
* Fixed (ICE-5950) - test\Slice\errorDetection failure with VC120 x64Jose2014-11-20
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4752 - allow underscores in Slice identifiersMark Spruiell2010-05-24
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* errorDetection/run.py doesn't need to import subproccess module.Jose2009-12-16
|
* 4279 - alllTest.py fails to run if source path contains white spaces.Jose2009-11-26
|
* http://bugzilla/bugzilla/show_bug.cgi?id=4333Matthew Newhook2009-10-27
| | | | | - Fix bug with the WatchdogThread, which caused hangs if the test failed. - Get rid of TestUtil.cleanup()
* Bug 1535 - remove --case-sensitive option form slice compilersDwayne Boone2009-04-20
|
* Bug 3816 - make tests less timing sensitiveDwayne Boone2009-03-30
|
* - Fixed errorDetection testBenoit Foucher2009-01-15
| | | | - Fixed bug 3504, added locator request queue.
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Numerous cleanups to the test suite and expect scripts.Matthew Newhook2008-08-04
| | | | | | Conflicts: cpp/test/Glacier2/staticFiltering/run.py
* - Fixed [http://bugzilla/bugzilla/show_bug.cgi?id=2832 bug 2832]Benoit Foucher2008-03-18
| | | | | | | | | - Fixed [http://bugzilla/bugzilla/show_bug.cgi?id=2833 bug 2833] - Cleaned up C# IceSSL configuration test. - Fixed build system bug introduced bug fix for bug [http://bugzilla/bugzilla/show_bug.cgi?id=2831 bug 2831] - Got rid of some unecessary methods from TestUtil.py (getCertsDir, getBinDir) - Fixed bug where -I/include was added to the CPPFLAGS on Linux - Removed generation of {{{Ice-<version>-demos-for-msi.zip}}}
* Multiple changes to get tests to run against 64bit installationDwayne Boone2008-02-22
|
* Fixes to allow building/running tests against binary distributionBenoit Foucher2008-02-20
|
* bug 2615Matthew Newhook2008-02-14
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Moved cpp/slice to sliceBrent Eagles2007-11-07
| | | | | | | | | | | | | | - Merged all TestUtil.py modules to config/TestUtil.py - Moved all certs to config/certs - Updated test scripts to refer to new TestUtil.py module and use new interfaces - Updated build systems to refer to new slice location - Moved cpp/install to distribution - Moved and merged all IceGridAdmin.py modules to config. - Modified build system to deal with new build logic. That is there are 3 basic ways to find the slice translators and runtime: ICE_HOME, an RPM install and the source distribution. Automatically detecting Ice in a default install location is now problematic and no longer done.
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Updated copyrightDwayne Boone2006-03-14
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Got carried away when changing the tests to unbuffered I/O and changed moreMichi Henning2004-07-06
| | | | than necessary. Changed back now :-)
* Changed test scripts to use unbuffered I/O so when we run the scripts fromMichi Henning2004-07-06
| | | | | allTests.py, we get to see the output as it is produced, not line by line.
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Fixed missing LD_LIBRARY_PATHBernard Normier2004-03-03
|
* version update; date changeMarc Laukien2003-02-04
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Added --case-sensitive option.Michi Henning2002-09-17
|
* Added missing backslash in regular expressions to interpret "." as aMichi Henning2002-08-13
| | | | literal dot instead of a wildcard..
* Changed Slice parser to disallow leading underscore for identifiers.Michi Henning2002-07-25
| | | | | | | | Changed Slice parser to reject identifiers beginning with "Ice", unless the --ice option is used. Changed Slice parser to disallow identifiers that have a trailing "Operations", "Holder", "Helper", "Prx", or "Ptr", to avoid clashes with language mappings. Fixed tests and remaining code base to work correctly with the changed rules.
* added spaceMarc Laukien2002-07-09
|
* Added more case-insensitive checks for struct, exception, and classMichi Henning2002-07-01
| | | | | definitions. Changed parser to write diagnostics to stdout instead of stderr.
* fixMarc Laukien2002-05-06
|
* removed nonmutating as keywordMarc Laukien2002-01-25
|
* Some python changes.Matthew Newhook2001-12-06
|