summaryrefslogtreecommitdiff
path: root/java-compat/test/src
Commit message (Collapse)AuthorAge
...
* Fix copyright headerJose2018-12-18
|
* Fixed for Java metrics test failure #217Benoit Foucher2018-12-13
|
* Disable FD limit testing on Android, potential fix for #315Benoit Foucher2018-12-11
|
* Remove unused duplicate lambda test source files.Bernard Normier2018-11-13
|
* More bidir tests. Fixes #51.Bernard Normier2018-11-13
|
* Fixed Java Ubuntu/Debian IceGrid/simple test failureBenoit Foucher2018-11-06
|
* Added Java 11 supportBenoit Foucher2018-11-05
|
* Fixed flushBatchRequests metrics bug, fixes #257Benoit Foucher2018-10-23
|
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Increase retry intervals time to prevent sportadic failuresJose2018-09-26
|
* 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
* Test using Value type as a class data memberJose2018-09-13
| | | | See #203
* Fixed location test slowness with Xamarin/iOS testingBenoit Foucher2018-09-13
|
* Fixed tests to target netcoreapp2.1 to ensure latest 2.1 runtime is usedBenoit Foucher2018-07-20
|
* Fixed sporadic java-compat timeout test failureBenoit Foucher2018-07-09
|
* 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
* Java-Compat test fixesBenoit Foucher2018-06-21
|
* Test fixes and improvements for Android testing reliabilityBenoit Foucher2018-06-21
|
* Test for qualified namesJose2018-06-19
|
* java TestHelper simplificationsJose2018-06-15
|
* Fix typoJose2018-06-04
|
* Android test helper class loader fixesJose2018-06-04
|
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Fixed Ice/location locator cache timeout sporadic failureBenoit Foucher2018-05-30
|
* Fixed connect timeout test sporadic failures in particular with macOS/FirefoxBenoit Foucher2018-05-28
|
* Fix for .NET Core where SO_REUSEADDR isn't set on bound socket (ICE-8744)Benoit Foucher2018-03-21
|
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* Test fixes for Android+BTMark Spruiell2018-03-20
|
* Android fixesBenoit Foucher2018-02-21
| | | | | - Improved emulator support (no need to specify the AVD name anymore) - Fixed adapterDeactivation test issue with Android
* Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints methodBenoit Foucher2018-02-16
| | | | | | | | | | | | | to return the Ice router server endpoints if the adapter is associated with a router. setPublishedEndpoints now also raises an invalid argument exception for such adapters. Also fixed a rare deadlock that could occur on adapter creating if the router wasn't accessible. Fixes ICE-8675 and ICE-8650
* 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
|
* Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵Benoit Foucher2018-02-12
| | | | (ICE-8659)
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* Fixed Glacier2 potential NullHandleException (ICE-8575)Benoit Foucher2018-02-07
|
* Catch exception by const& when appropriate (ICE-8632)Benoit Foucher2018-02-06
|
* ICE-8544 - Updates to packaging metadataMark Spruiell2018-02-01
|
* 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)
* Removed Ice.MessageSizeMax from clients where it's no longer necessary ↵Benoit Foucher2018-01-25
| | | | (ICE-8340)
* Update Glacier2 base port to avoid conflicts with selenium driverJose2017-11-21
|
* Fix Java 9 deprecation warningsJose2017-11-16
|
* Fix Java9 build of Ice.jar to be compatible with Java8Jose2017-11-16
| | | | See ICE-8561
* Fix JS Ice/binding failureJose2017-11-07
| | | | | | | | | | Bug ICE-8551 With JS browser the test can fail if browser listen on a port that is used by the server, that was the case with Chrome. The test not retry the creation of the object adapter if it fails with a SocketException
* Add Ice.LogFile testJose2017-11-02
|
* Fixed Ice/acm Java7 build failureBenoit Foucher2017-09-19
|
* Added missing timeout ControllerI.javaBenoit Foucher2017-09-15
|
* 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.