Skip to content

Commit

Permalink
disabled trues
Browse files Browse the repository at this point in the history
  • Loading branch information
canelhasmateus committed Nov 21, 2021
1 parent c2b828b commit 258b0c9
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 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"
disabled: "true"
"""

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

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

# This is a regression of the new lambda lifting; detected by Aporia
Expand Down
2 changes: 1 addition & 1 deletion tests/compiler/tdebugutils.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discard """
joinable: false
disabled: true
disabled: true
"""

#[
Expand Down
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
disabled: true
"""

# 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"
disabled: "true"
"""

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'''
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"
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"
disabled: "true"
"""

# Will eventually fix it...
Expand Down
2 changes: 1 addition & 1 deletion tests/iter/tscheduler.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a2 8
a2 6
a2 4
a2 2'''
disabled: "true"
disabled: "true"
"""

import os, strutils, times, algorithm
Expand Down
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
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
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
2 changes: 1 addition & 1 deletion tests/misc/tgenconstraints.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ discard """
errormsg: "cannot instantiate T2"
file: "tgenconstraints.nim"
line: 25
disabled: true
disabled: true
"""

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

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

# All operations involving uint64 are commented out
Expand Down
2 changes: 1 addition & 1 deletion tests/modules/tnotuniquename2.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
discard """
errormsg: "module names need to be unique per Nimble package"
file: "tnotuniquename/mnotuniquename.nim"
disabled: "true"
disabled: "true"
"""

import mnotuniquename
Expand Down
2 changes: 1 addition & 1 deletion tests/modules/trecmod.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ discard """
errormsg: "recursive module dependency detected"
file: "mrecmod.nim"
line: 1
disabled: true
disabled: true
"""
# recursive module
import mrecmod
2 changes: 1 addition & 1 deletion tests/navigator/tincludefile.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
discard """
disabled: true # this test is flakey with testament all
disabled: true # this test is flakey with testament all
cmd: "nim check $options --defusages:$file,12,7 $file"
nimout: '''def tincludefile_temp.nim(11, 10)
usage tincludefile_temp.nim(12, 8)
Expand Down
2 changes: 1 addition & 1 deletion tests/objects/tobjpragma.nim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ discard """
2
3
'''
disabled: "true"
disabled: "true"
"""

# Disabled since some versions of GCC ignore the 'packed' attribute
Expand Down
2 changes: 1 addition & 1 deletion tests/parallel/t5000.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discard """
output: '''50005000'''
disabled: "true"
disabled: "true"
"""

# XXX this seems to deadlock certain Linux machines
Expand Down
2 changes: 1 addition & 1 deletion tests/parallel/treadafterwrite.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
discard """
errormsg: "'foo' not disjoint from 'foo'"
line: 23
disabled: "true"
disabled: "true"
"""

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

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

# this file has a type in the name, and it does not really test
Expand Down
2 changes: 1 addition & 1 deletion tests/system/t7894.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
discard """
disabled: true
disabled: true
"""

# CI integration servers are out of memory for this test
Expand Down
2 changes: 1 addition & 1 deletion tests/system/tio.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discard """
outputsub: ""
disabled: true
disabled: true
"""

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

when defined(windows):
Expand Down
2 changes: 1 addition & 1 deletion tests/typerel/tno_gcmem_in_shared.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
discard """
errormsg: "shared memory may not refer to GC'ed thread local memory"
line: 14
disabled: true
disabled: true
"""

type
Expand Down
2 changes: 1 addition & 1 deletion tests/typerel/trectuple.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
discard """
errormsg: "illegal recursion in type 'TNode'"
line: 8
disabled: true
disabled: true
"""

type
Expand Down
2 changes: 1 addition & 1 deletion tests/typerel/trectype.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discard """
errormsg: "internal error: cannot generate C type for: PA"
disabled: true
disabled: true
"""
# Test recursive type descriptions
# (mainly for the C code generator)
Expand Down
2 changes: 1 addition & 1 deletion tests/types/tisop.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
discard """
disabled: true
disabled: true
"""

import typetraits
Expand Down

0 comments on commit 258b0c9

Please sign in to comment.