summary refs log tree commit diff stats
path: root/tests/assert
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for assertions (#16988)konsumlamm2021-02-111-3/+3
* fix #16499 (#16514)flywind2021-01-041-1/+1
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-3/+4
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-283-9/+9
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-1/+1
* faster CIs (#13803)Miran2020-03-304-73/+14
* catchable defects (#13626)Andreas Rumpf2020-03-121-1/+1
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-2/+2
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-1/+1
* [backport] Fix spelling typos (#12755)Brian Wignall2019-11-281-1/+1
* test suite: rename tests containing 'fail' for easier search in logsAraq2019-11-263-17/+17
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* assertions: fixes #11545 (#11605)alaviss2019-07-014-4/+17
* move system.dollars in a separate file (#10829)Miran2019-03-131-1/+1
* move assertions and iterators out of system.nim (#10597)Miran2019-03-071-3/+3
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+0
* Fixes #9671 (#9750)Randy Smith2018-11-191-1/+1
* correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 (#...Timothee Cour2018-10-141-29/+60
* make tfailedassert_stacktrace.nim more robustAraq2018-09-151-8/+27
* Fix system.nim line number test case failureGanesh Viswanathan2018-09-121-3/+3
* add testcaseTimothee Cour2018-09-111-0/+19
* doAssert, assert now print full path of failing line on error (#8555)Timothee Cour2018-08-253-15/+81
* Fixes #8719 (onFailedAssert now works for doAssert) (#8731)awr12018-08-231-0/+11
* make tests green againAndreas Rumpf2018-07-051-1/+1
* Add column number to instantiation info (#7376)PMunch2018-04-121-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* make tests green againAndreas Rumpf2016-11-241-1/+1
* Fixed broken test. Added closureScope test.Yuriy Glukhov2016-06-281-0/+3
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
* fixes #2500Araq2015-04-101-1/+1
* Fix tests a bit moredef2015-03-101-1/+1
* some love for the testsuite; fixed regressionsAraq2015-03-011-2/+2
* Clean up tests/assertdef2015-02-041-1/+1
* typo fixSimon Hafner2015-01-271-2/+2
* tester compiles againAraq2014-08-291-1/+1
* some minor fixesAraq2014-08-141-1/+1
* Change the expected path in tfailedassert.Dominik Picheta2014-04-061-1/+1
* fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-1/+1
* unittest module works againAraq2014-01-181-1/+1
* new tester; all tests categorizedAraq2014-01-134-0/+88
a> 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585