summaryrefslogtreecommitdiff
path: root/ruby/test
Commit message (Collapse)AuthorAge
* Fixed Ice.MessageSizeMax value in Ice/timeout testsBernard Normier2017-07-15
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* Fixed ICE-8166 and ICE-8171 - increased 100ms connection timeouts to 250ms, ↵Benoit Foucher2017-06-28
| | | | also increased retryCount for connection establishment
* Improved timeout test reliability and fixed Ice/slicing/exceptions test to ↵Benoit Foucher2017-06-14
| | | | no longer listen on all interfaces for callbacks
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed ICE-7966 - empty test.py filesBenoit Foucher2017-06-02
|
* Additional fix for ICE-7884 - TwowayOnlyExceptionBenoit Foucher2017-06-01
|
* Fix (ICE-7923) - suppress deprecation warningsJose2017-05-29
|
* Additional timeout test improvementsBenoit Foucher2017-05-26
|
* Improved timeout test to better deal with slow VMsBenoit Foucher2017-05-26
|
* Fixed sporadic timeout & bridge test failuresBenoit Foucher2017-05-25
|
* Fixed ICE-7872 - Objective-C Ice/timeout test failureBenoit Foucher2017-05-16
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Removed optional semicolons after bracesBernard Normier2017-05-04
|
* Remove unnecessary tabsJoe George2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Adjusted timeouts to reduce failures with slow VMsBenoit Foucher2017-04-28
|
* Fixes for Ice/acm and timeout tests to be less time sensitive (ICE-7371, ↵Benoit Foucher2017-03-30
| | | | ICE-7555)
* Fixed Ice/optional cross-testing failure with JS serversBenoit Foucher2017-03-27
|
* Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMaxBenoit Foucher2017-03-23
|
* Forgot to commit fix for Ice/operations testBenoit Foucher2017-03-06
|
* Merge remote-tracking branch 'origin/3.6'Benoit Foucher2017-03-06
|\
| * Fixed ICE-7639 - Java generated code bugBenoit Foucher2017-03-06
| |
* | ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\|
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
| * Fixed (ICE-7276) - Comparing struct with Ice::Unset results in error in RubyJose2017-02-13
| |
* | Fixed (ICE-7276) - Comparing struct with Ice::Unset results in error in RubyJose2017-02-13
| |
* | Emit deprecated warnings for classes implementing interfacesJose2017-02-10
| |
* | Fix (ICE-7562) - Eliminate class-with-operation deprecated warningsJose2017-02-10
| |
* | ICE-7560 - more AMI test fixes, renaming ConnectionClose enumeratorsMark Spruiell2017-02-09
| |
* | Fixed deprecated warnings in defaultValue testBernard Normier2017-02-08
| |
* | Fixed ICE-7531 - ValueFactoryManager segfaultBenoit Foucher2017-02-06
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | Fixed ICE-7496 - Ice/binding too slow, speed up of tests on WindowsBenoit Foucher2017-01-26
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | Extra fixes for IceRuby Ice::Value implementationJose2017-01-24
| |
* | Ice for Ruby Ice::Value implementationJose2017-01-23
| |
* | Renamed Slice/keyword test to clash, and added identifier-clash testBernard Normier2017-01-06
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | Fixed string literals in testBernard Normier2016-10-21
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Merge remote-tracking branch 'origin/3.6'Jose2016-10-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md android/build.gradle android/gradle.properties android/gradle/wrapper/gradle-wrapper.properties config/Make.common.rules config/PropertyNames.xml cpp/BuildInstructionsLinux.md cpp/BuildInstructionsOSX.md cpp/BuildInstructionsWinRT.md cpp/BuildInstructionsWindows.md cpp/config/Make.rules cpp/config/Make.rules.mak cpp/include/IceUtil/Config.h cpp/include/Slice/PythonUtil.h cpp/include/Slice/RubyUtil.h cpp/include/Slice/Util.h cpp/src/Ice/DynamicLibrary.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/Ice/winrt/StreamEndpointI.cpp cpp/src/IceGrid/IceGridDB.cpp cpp/src/IceGrid/Util.cpp cpp/src/IceUtil/FileUtil.cpp cpp/src/IceUtil/FileUtil.h cpp/src/Makefile cpp/src/Slice/Util.cpp cpp/src/slice2cs/Gen.cpp cpp/src/slice2freeze/Main.cpp cpp/src/slice2freezej/Main.cpp cpp/src/slice2html/Makefile cpp/src/slice2html/Makefile.mak cpp/src/slice2java/Main.cpp cpp/test/Ice/exceptions/AllTests.cpp cpp/test/Ice/facets/AllTests.cpp cpp/test/Ice/info/AllTests.cpp cpp/test/Ice/location/AllTests.cpp cpp/test/Ice/properties/run.py cpp/test/Ice/timeout/AllTests.cpp cpp/test/IceGrid/noRestartUpdate/AllTests.cpp cpp/test/IceStorm/stress/run.py cpp/test/TestSuite/10.0/Package.appxmanifest cpp/test/TestSuite/10.0/TestSuite.vcxproj cpp/test/TestSuite/10.0/TestSuite.vcxproj.filters cpp/test/TestSuite/10.0/TestSuite_TemporaryKey.pfx cpp/test/TestSuite/8.0/TestSuite.vcxproj cpp/test/TestSuite/8.0/TestSuite_TemporaryKey.pfx csharp/BuildInstructions.md csharp/src/Ice/PropertyNames.cs csharp/src/IceLocatorDiscovery/PluginI.cs java/BuildInstructions.md java/Makefile java/Makefile.mak java/src/Glacier2/src/main/java/Glacier2/Application.java java/src/Glacier2/src/main/java/Glacier2/SessionFactoryHelper.java java/src/Glacier2/src/main/java/Glacier2/SessionHelper.java java/src/Ice/src/main/java/Ice/Object.java java/src/Ice/src/main/java/Ice/ObjectImpl.java java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/src/Ice/src/main/java/IceSSL/Plugin.java java/src/Ice/src/main/java/IceSSL/PluginFactory.java java/src/Ice/src/main/java/IceUtil/Cache.java java/src/IceGridGUI/build.gradle java/src/IceGridGUI/src/main/java/IceGridGUI/SimpleInternalFrame.java java/src/IceGridGUI/src/main/java/IceGridGUI/Utils.java java/test/build.gradle java/test/ejb/README.md js/src/Ice/PropertyNames.js js/src/Ice/browser/TimerUtil.js js/src/Ice/browser/WSTransceiver.js js/test/Common/TestCases.json js/test/Common/Worker.js objective-c/include/objc/Ice/Config.h objective-c/src/Ice/CommunicatorI.mm php/BuildInstructionsLinuxOSX.md php/BuildInstructionsWindows.md php/config/Make.rules.mak.php php/src/php7/IcePHP.rc python/BuildInstructionsLinuxOSX.md python/BuildInstructionsWindows.md python/Makefile python/modules/IcePy/Slice.cpp python/test/Slice/import/run.py ruby/BuildInstructionsLinuxOSX.md ruby/BuildInstructionsWindows.md ruby/config/Make.rules ruby/src/IceRuby/Slice.cpp scripts/TestController.py scripts/TestUtil.py slice/Ice/Communicator.ice slice/Ice/Instrumentation.ice slice/IceLocatorDiscovery/IceLocatorDiscovery.ice
| * Ruby/Python unicodePaths test fixes for WindowsJose2016-09-29
| | | | | | | | | | | | | | - Ruby on Windows is build with MINGW which does not support Windows UNICODE APIs required for this to work. - Use slice2py.exe with PIP install
| * check UTF-8 locale is used with unicodePaths testJose2016-09-28
| |
| * Slice/unicodePaths fails in Sles12Jose2016-09-22
| |
| * Fix ruby unicodePaths test to locate slice2rbJose2016-09-20
| | | | | | | | With gem distributions we use slice2rb from system PATH