mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
make megatest green again
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
discard """
|
||||
exitcode: 0
|
||||
output: ""
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
type
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
discard """
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
when not defined(nimNewRuntime):
|
||||
{.error: "This bug could only be reproduced with --newruntime".}
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ deallocating
|
||||
allocating
|
||||
deallocating
|
||||
'''
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
type
|
||||
|
||||
@@ -16,6 +16,7 @@ discard """
|
||||
1 2 6
|
||||
1 3 7
|
||||
after 6 6'''
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
import typetraits
|
||||
|
||||
@@ -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.}
|
||||
|
||||
@@ -6,6 +6,7 @@ destroy
|
||||
123
|
||||
destroy Foo: 5
|
||||
destroy Foo: 123'''
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
# bug #2821
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
discard """
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
type
|
||||
O = object
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ test destroyed 0
|
||||
3
|
||||
4
|
||||
Pony is dying!'''
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
# bug #4214
|
||||
|
||||
@@ -8,6 +8,7 @@ discard """
|
||||
90.0
|
||||
120.0
|
||||
8 8'''
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
import typetraits
|
||||
|
||||
@@ -2,6 +2,7 @@ discard """
|
||||
output: '''
|
||||
Hello World
|
||||
Hello World'''
|
||||
joinable: false
|
||||
"""
|
||||
type MyProc = proc() {.cdecl.}
|
||||
type MyProc2 = proc() {.nimcall.}
|
||||
|
||||
Reference in New Issue
Block a user