summaryrefslogtreecommitdiff
path: root/python/test
Commit message (Collapse)AuthorAge
* Switch to using python3 by defaultJoe George2021-02-10
|
* 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.
* Add getPythonVersion to PythonMapping.ConfigJose2021-01-19
|
* Check the python version of the interpreter running the testsJose2021-01-19
|
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Fixed asyncio/test.py to only run the test with Python 3.7Benoit Foucher2021-01-08
|
* Fixed Ice.wrap_future cancellation bug and added asyncio test (#1229)Benoit Foucher2021-01-07
|
* 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.
* Remove extra empty lineJose2020-04-23
|
* Disable IceSSL with python/Ice/blobject - Close #810Jose2020-04-21
|
* Inrease timeouts in Ice/acm test - Close #558Jose2019-09-29
|
* Fixed Python bug related to invalid return parameters, fixes #550Benoit Foucher2019-09-25
|
* Fix for invocation timeout sporadic test failure, fixes #547Benoit Foucher2019-09-24
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fixed Ice/acm test waitForClose timingBenoit Foucher2019-09-04
|
* Simplifed collocation test in Ice/location test, fixes #506Benoit Foucher2019-09-04
|
* 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
|
* Fixed whitespacesBenoit Foucher2019-07-22
|
* Fixes for python custom sequence mapping (#444)Jose2019-07-16
| | | | | | | | * Fixes for python mappings * Additional fixes for Python custom sequence mapping. * Fix CHANGELOG TOC
* 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
|
* More bidir tests. Fixes #51.Bernard Normier2018-11-13
|
* Do not use "false" in python testsJose2018-11-08
| | | | Close #270
* Memoryview (#271)Jose2018-11-08
| | | | | | | Enhance support for buffer objects in Python Close #208
* Do not use time.clock() with Python >= 3.3 as it is deprecatedJose2018-10-26
|
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Added support for --cpp-path to test driverBenoit Foucher2018-10-18
|
* Fix whitespacesBenoit Foucher2018-10-01
|
* Fix python Ice/info test failureJose2018-09-26
|
* Fix python Ice/info test failureJose2018-09-26
| | | | Close #215
* 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
* Remove debug statementJose2018-09-03
|
* Fixed whitespacesBenoit Foucher2018-08-28
|
* Fix sockect exception in python binding test when running with workersJose2018-08-15
|
* Fix python Slice/escape test failure running with workersJose2018-08-15
|
* Fixes to allow run JavaScript and Python tests with workersJose2018-08-14
|
* Update PHP tests to use TestHelper classJose2018-08-08
|
* Python test suite updatesJose2018-08-06
|
* 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
|