summary refs log tree commit diff stats
path: root/tests/untestable
Commit message (Collapse)AuthorAgeFilesLines
* [nim-gdb] Fixed enums and flag output [ci skip] (#17634)Saem Ghani2021-04-052-3/+36
| | | | | | | Debugger works for enums again. Additionally, flags work better than before. Reworked object printer as well, but the approach needs much more work or has to be replaced all together. This is mostly to save the work and myself or someone else can revisit it.
* refs #16338 make thttpclient_ssl_remotenetwork.nim less flaky (#17457)Timothee Cour2021-03-231-3/+14
|
* disable most flaky test in CI (refs #16338) (#17113)Timothee Cour2021-03-101-17/+16
|
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-023-232/+230
|
* nim-gdb.py fixes mostly for nimsuggest debugging (#16479)Saem Ghani2020-12-302-20/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These fixes were primarily developed to assist in nimsuggest debugging. There is nothing intentionally specific done for nimsuggest, but beyond the automated tests all practical testing was done with nimsuggest. Undoubltedly these will also assist in other debugging scenarios. The current nim-dbg.py script was broken in a few ways: - failed to provide detailed value information for common types (see below) - was not passing existing tests - could not produce type summary information Broken types now working somewhat better: - sequences with ref types like strings - sequences with value types like ints - arrays with ref types like strings - tables with int or string keys Other improvements: - slightly more test coverage Future considerations: - this, data used by it, should be something the compiler can generates - account for different memory layouts ([arc/orc differ](https://github.com/nim-lang/Nim/pull/16479#issuecomment-751469536)) Attempts at improving nim-gdb.py More tests, few fixes for seq and type printing Tables debugging fixed added further tests Fixed type printing
* Deprecate and/or remove ospaths (#14767)Juan Carlos2020-06-232-2/+2
|
* untestable/thttpclient_ssl: some tests are no longer brokenLeorize2020-06-061-6/+6
| | | | | With the changes to the default cipher suites, certain tests are no longer broken and are acting as they should.
* untestable/thttpclient_ssl: move incomplete-chain to dubious_brokenLeorize2020-06-061-1/+1
| | | | | It's unsure why this test fail for macOS, but it doesn't hurt if it's not passing.
* untestable/thttpclient_ssl: fix macosLeorize2020-06-061-0/+1
|
* untestable/thttpclient_ssl: fix 10000-sans testLeorize2020-06-061-1/+3
|
* untestable/thttpclient_ssl: catch errors caused by the bad catergoryLeorize2020-06-061-1/+1
| | | | | Previously the errors caused by `SSL_shutdown()` masked these, so now we catch them.
* fix nim CI; fix local testament (#14102)Timothee Cour2020-04-241-2/+3
|
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-203-0/+317
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement SSL/TLS certificate checking #782 * SSL: Add nimDisableCertificateValidation Remove NIM_SSL_CERT_VALIDATION env var tests/untestable/thttpclient_ssl.nim ran successfully on Linux with libssl 1.1.1d * SSL: update integ test to skip flapping tests * Revert .travis.yml change * nimDisableCertificateValidation disable imports Prevent loading symbols that are not defined on older SSL libs * SSL: disable verification in net.nim ..when nimDisableCertificateValidation is set * Update changelog * Fix peername type * Add define check for windows * Disable test on windows * Add exprimental GitHub action CI for SSL * Test nimDisableCertificateValidation
* fix #12426 (#12462)Arne Döring2019-10-201-0/+3
|
* Refactor json macro (#12391)Arne Döring2019-10-171-1/+1
| | | | | | | | * closes #12316 * make tjsonmacro work at js target * closes #12289 * closes #11988 * also fixed gdb related stuff
* Detect local "primary" IP addressFederico Ceratto2019-03-172-0/+24
|
* lots of small changesArne Döring2018-12-111-1/+1
|
* file mode bullshitAraq2018-08-051-0/+0
|
* Gdb pretty printers (#8263)Arne Döring2018-07-164-0/+104
|
* Add OpenSSL 1.1.0 support #5000Federico Ceratto2017-12-281-0/+36
| | | | Add a simple online test
* Add comments on "untestable" tests directoryFederico Ceratto2017-11-031-2/+9
|
* Fixes #6571 (#6578)Thomas Johnson2017-10-241-1/+18
|
* Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-021-0/+2
|
* Column details for postgres. (#5380)ionel anton2017-02-131-0/+229
|
* More postgres test code. Added getValue for PreparedStmts.Dominik Picheta2016-01-181-1/+68
| | | | Ref #3569. Ref #3560.
* Fixed issue 3513: wrong setupQuery realizationAnatoly Galiulin2015-11-061-1/+3
|
* Add missing untestable test.Dominik Picheta2015-11-011-0/+13