summaryrefslogtreecommitdiff
path: root/ruby/test/Ice
Commit message (Collapse)AuthorAge
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Fix bogus call to holdAdapter in ruby timeout testJose2020-12-16
|
* Add class cycle detection during unmarshaling (#946)Joe George2020-07-07
| | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior.
* Fix for invocation timeout sporadic test failure, fixes #547Benoit Foucher2019-09-24
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Additional fixes for Ice/optional Swift cross testingJose2019-08-08
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* Remove forward declarations limitation - Close #97Jose2019-07-09
|
* Fix checkedCast with facet and MATLAB - Close #394Jose2019-06-24
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Fix Incorrect generated code for class implements interfaceJose2019-06-06
| | | | Close #406
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Test using Value as operation parameterJose2018-09-20
| | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter
* Enable test workers for PHP, Ruby and PythonJose2018-09-04
| | | | Close #185
* Whitespace cleanupJose2018-08-13
|
* Ruby test suite updatesJose2018-08-07
|
* Add support cs:namespace metadataJose2018-06-28
| | | | | | | Add support to map Slice modules to different namespaces using cs:namespace metadata Fixes #122 slice2cs generates invalid namespace qualification
* Test fixes and improvements for Android testing reliabilityBenoit Foucher2018-06-21
|
* Port Ice/scope test to scripting languagesJose2018-06-19
|
* Timeout test and Android driver fixesBenoit Foucher2018-05-29
|
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* ICE-8618 - Add marshaling test for empty class with non-empty baseMark Spruiell2018-02-14
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed UWP cross operation test failureBenoit Foucher2018-02-13
|
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* Added ice_fixed to generated Java proxy class, added test to check proxy ↵Benoit Foucher2018-02-01
| | | | return type from ice_fixed
* Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | override from original proxy
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* Additional Ice/objects fixes for macOS debug buildsBenoit Foucher2018-01-27
|
* Increased invocation timeout from timeout test to prevent sporadic failuresBenoit Foucher2017-11-21
|
* Fix for latest Ruby timeout failure (the sleep from hold sometime sleeps for ↵Benoit Foucher2017-11-10
| | | | much longer than desired)
* Fixed timeout tests to be less time sensitiveBenoit Foucher2017-09-15
| | | | | The tests now use a controller to hold/activate the adapter instead of relying on a timer. Fixes ICE-8312.
* 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
|