mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
more eyewash
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
discard """
|
||||
disabled: "travis"
|
||||
disabled: "appveyor"
|
||||
"""
|
||||
|
||||
# CI integration servers are out of memory for this test
|
||||
|
||||
const size = 250000000
|
||||
|
||||
proc main() =
|
||||
@@ -16,8 +19,6 @@ proc main() =
|
||||
|
||||
for x in saved:
|
||||
#echo x.len
|
||||
echo x.len
|
||||
doAssert x.len == size
|
||||
|
||||
|
||||
main()
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
discard """
|
||||
disabled: "appveyor"
|
||||
"""
|
||||
|
||||
# appveyor is "out of memory"
|
||||
|
||||
var x: ptr int
|
||||
|
||||
x = cast[ptr int](alloc(7))
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
discard """
|
||||
disabled: "appveyor"
|
||||
"""
|
||||
|
||||
# appveyor is "out of memory"
|
||||
|
||||
const
|
||||
nmax = 2*1024*1024*1024
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
discard """
|
||||
disabled: "appveyor"
|
||||
"""
|
||||
|
||||
# If your os is windows and this test fails for you locally, please
|
||||
# check what is going wrong.
|
||||
|
||||
import os
|
||||
|
||||
template getScriptDir(): string =
|
||||
|
||||
Reference in New Issue
Block a user