Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with remaining disabled tests #71

Merged
merged 1 commit into from
Dec 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion tests/effects/toutparam.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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 "
"""

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
2 changes: 1 addition & 1 deletion tests/iter/titerable.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 its 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
canelhasmateus marked this conversation as resolved.
Show resolved Hide resolved
"""

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