Skip to content

Commit

Permalink
Further work about remaining disabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
canelhasmateus committed Dec 10, 2021
1 parent 780b625 commit ab1e100
Show file tree
Hide file tree
Showing 30 changed files with 27 additions and 601 deletions.
2 changes: 1 addition & 1 deletion tests/assign/toverload_asgn2.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
discard """
output: '''i value 88
2aa'''
disabled: "true"
knownIssue: "possible issue where result is not treated as var Concrete in passAround"
"""

import moverload_asgn2
Expand Down
95 changes: 0 additions & 95 deletions tests/bind/tdatabind.nim

This file was deleted.

25 changes: 0 additions & 25 deletions tests/closure/texplicit_dummy_closure.nim

This file was deleted.

2 changes: 1 addition & 1 deletion tests/cpp/tdont_init_instantiation.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
discard """
targets: "cpp"
output: ''''''
disabled: true
knownIssue: "https://github.com/nim-lang/Nim/issues/5140"
"""

# bug #5140
Expand Down
7 changes: 6 additions & 1 deletion tests/effects/toutparam.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ discard """
cmd: '''nim c --warningAsError:Uninit:on --skipCfg --skipParentCfg $file'''
errormsg: "use explicit initialization of 'x' for clarity [Uninit]"
line: 24
disabled: "true"
knownIssue: "parameter name is being clobbered:
Expected:
use explicit initialization of 'x' for clarity [Uninit]
Gotten:
use explicit initialization of 'tmp' for clarity [Uninit]"
"""

proc gah[T](x: out T) =
Expand Down
2 changes: 1 addition & 1 deletion tests/generics/toverloading_typedesc.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discard """
exitcode: 0
disabled: '''true'''
"""
import moverloading_typedesc
import tables
Expand Down
2 changes: 1 addition & 1 deletion tests/global/tglobal.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discard """
output: "in globalaux2: 10\ntotal globals: 2\nint value: 100\nstring value: second"
disabled: "true"
"""

import globalaux, globalaux2
Expand Down
3 changes: 2 additions & 1 deletion tests/iter/titerable.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ discard """
8
12
'''
disabled: "true"
knownIssue: "lambda lifting support for iterToProc plugin;
lambda lifting and iterators are likley to go through a bit spec definition and this will either get folded in and it's a good signal to know whether we fixed something by happenstance or not."
"""

# Will eventually fix it...
Expand Down
77 changes: 0 additions & 77 deletions tests/iter/tscheduler.nim

This file was deleted.

2 changes: 1 addition & 1 deletion tests/method/tmultim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ collide: thing, unit |
do nothing
'''
joinable: false
disabled: true
"""


Expand Down
2 changes: 1 addition & 1 deletion tests/method/tmultimjs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ discard """
Hi derived!
hello
'''
disabled: true
"""


Expand Down
2 changes: 1 addition & 1 deletion tests/misc/tdllvar.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
discard """
disabled: true
disabled: true
"""

import os
Expand Down
31 changes: 0 additions & 31 deletions tests/misc/tgenconstraints.nim

This file was deleted.

20 changes: 0 additions & 20 deletions tests/misc/tmissingnilcheck.nim

This file was deleted.

Loading

0 comments on commit ab1e100

Please sign in to comment.