Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timotheecour/734653f1aab6021f87d1e742a6257dcb to your computer and use it in GitHub Desktop.
Save timotheecour/734653f1aab6021f87d1e742a6257dcb to your computer and use it in GitHub Desktop.
Category: dll
Name: tests/dll/client.nim c --gc:boehm --threads:on
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: dll
Name: tests/dll/client.nim c -d:release --gc:boehm --threads:on
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcemscripten c --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcemscripten c -d:release --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/growobjcrash c --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/growobjcrash c -d:release --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcleak c --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcleak c -d:release --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcleak2 c --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcleak2 c -d:release --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcleak3 c --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcleak3 c -d:release --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcleak4 c --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/gcleak4 c -d:release --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/cycleleak c --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/cycleleak c -d:release --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/cyclecollector c --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
Category: gc
Name: tests/gc/cyclecollector c -d:release --gc:boehm
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
could not load: libgc.so.4.0
(compile with -d:nimDebugDlOpen for more information)
-------------------------
+ return 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment