summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-03-19 16:53:38 +0100
committerGitHub <noreply@github.com>2021-03-19 16:53:38 +0100
commit6c1c8f51b38c9bc570a70ec8d2836b823d3584cc (patch)
treeb5c453d343e72f479d68027b3960e29a70256478 /tests
parent60fc7e986becb71e74ad336cc19163ceffb2b43e (diff)
downloadNim-6c1c8f51b38c9bc570a70ec8d2836b823d3584cc.tar.gz
IC: green tests (#17311)
* IC: renamed to_packed_ast module to ic module

* IC: don't store the --forceBuild flag, makes it easier to test

* IC: enable hello world test

* Codegen: refactorings for IC; changed the name mangling algorithm

* fixed the HCR regressions

* life is too short for HCR

* tconvexhull is now allowed to use deepCopy

* IC exposed a stdlib bug, required a refactoring

* codegen: code cleanups

* IC: even if a module is outdated, its dependencies might come from disk

* IC: progress

* IC: better name mangling, module IDs are not stable

* IC: another refactoring helping with --ic:on --gc:arc

* disable arraymancer on Windows for the time being

* disable arraymancer altogether

* IC: make basic test work with 'nim cpp'

* IC: progress on --ic:on --gc:arc

* wip; name mangling for type info
Diffstat (limited to 'tests')
-rw-r--r--tests/dll/nimhcr_integration.nim2
-rw-r--r--tests/ic/thallo.nim1
-rw-r--r--tests/parallel/tconvexhull.nim2
3 files changed, 1 insertions, 4 deletions
diff --git a/tests/dll/nimhcr_integration.nim b/tests/dll/nimhcr_integration.nim
index 58851b5c4..ac34f1f85 100644
--- a/tests/dll/nimhcr_integration.nim
+++ b/tests/dll/nimhcr_integration.nim
@@ -1,5 +1,5 @@
 discard """
-  disabled: "openbsd"
+  disabled: "true"
   output: '''
 main: HELLO!
 main: hasAnyModuleChanged? true
diff --git a/tests/ic/thallo.nim b/tests/ic/thallo.nim
index c29a0820c..7ead7c8ba 100644
--- a/tests/ic/thallo.nim
+++ b/tests/ic/thallo.nim
@@ -1,6 +1,5 @@
 discard """
   output: "Hello World"
-  disabled: "true"
 """
 
 const str = "Hello World"
diff --git a/tests/parallel/tconvexhull.nim b/tests/parallel/tconvexhull.nim
index ebadb874d..0a07e6b76 100644
--- a/tests/parallel/tconvexhull.nim
+++ b/tests/parallel/tconvexhull.nim
@@ -1,8 +1,6 @@
 discard """
   output: '''
 '''
-
-ccodeCheck: "\\i ! @'deepCopy(' .*"
 """
 
 # parallel convex hull for Nim bigbreak