make megatest green again

This commit is contained in:
Andreas Rumpf
2019-03-05 08:17:30 +01:00
parent 22445867d4
commit 2dc8a32324
10 changed files with 16 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
discard """
exitcode: 0
output: ""
joinable: false
"""
type

View File

@@ -1,3 +1,7 @@
discard """
joinable: false
"""
when not defined(nimNewRuntime):
{.error: "This bug could only be reproduced with --newruntime".}

View File

@@ -11,6 +11,7 @@ deallocating
allocating
deallocating
'''
joinable: false
"""
type

View File

@@ -16,6 +16,7 @@ discard """
1 2 6
1 3 7
after 6 6'''
joinable: false
"""
import typetraits

View File

@@ -5,6 +5,7 @@ foo bar to appendmore here
foo bar to appendmore here
foo bar to appendmore here
after 20 20'''
joinable: false
"""
{.this: self.}

View File

@@ -6,6 +6,7 @@ destroy
123
destroy Foo: 5
destroy Foo: 123'''
joinable: false
"""
# bug #2821

View File

@@ -1,3 +1,7 @@
discard """
joinable: false
"""
type
O = object

View File

@@ -7,6 +7,7 @@ test destroyed 0
3
4
Pony is dying!'''
joinable: false
"""
# bug #4214

View File

@@ -8,6 +8,7 @@ discard """
90.0
120.0
8 8'''
joinable: false
"""
import typetraits

View File

@@ -2,6 +2,7 @@ discard """
output: '''
Hello World
Hello World'''
joinable: false
"""
type MyProc = proc() {.cdecl.}
type MyProc2 = proc() {.nimcall.}