summary refs log tree commit diff stats
path: root/tests/exception
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #5628Araq2017-03-301-0/+29
* Fixes test.Dominik Picheta2017-02-061-1/+1
* Add template tests for #3691.Dominik Picheta2017-02-061-4/+5
* Fixes incorrect scoping in semstmts.semTry.Dominik Picheta2017-02-061-1/+0
* More progress towards a working #3691.Dominik Picheta2017-02-031-1/+16
* WIP: `as` with generics.Dominik Picheta2017-02-021-6/+6
* WIP implementation of `except ExcType as ident` syntax. Refs #3691.Dominik Picheta2017-02-011-0/+10
* Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635Yuriy Glukhov2016-08-291-3/+3
* Fixed js codegen issue for uncaught exceptions.Yuriy Glukhov2016-08-271-3/+2
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-10/+10
* Fixed defer test.Yuriy Glukhov2015-08-071-0/+1
* destructors now work with overloaded assignment operators; fixes #2811; fixes...Araq2015-08-051-1/+25
* fixes #1888Araq2015-04-275-24/+24
* fixes #2476Araq2015-04-192-5/+5
* some love for the testsuite; fixed regressionsAraq2015-03-011-0/+18
* more tests greenAraq2014-08-315-18/+18
* Added test cases for return in except statements.Audun Wilhelmsen2014-02-232-0/+60
* Added tougher test case for return within finally statement.Audun Wilhelmsen2014-02-231-0/+40
* Fixed issue 391 (nested break in except-stmts)Audun Wilhelmsen2014-02-161-0/+45
* new tester; all tests categorizedAraq2014-01-1311-0/+304
241' href='#n241'>241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326