summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops/should_run/PinByteArray.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/primops/should_run/PinByteArray.stdout')
-rw-r--r--testsuite/tests/primops/should_run/PinByteArray.stdout24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_run/PinByteArray.stdout b/testsuite/tests/primops/should_run/PinByteArray.stdout
new file mode 100644
index 0000000000..8b26483675
--- /dev/null
+++ b/testsuite/tests/primops/should_run/PinByteArray.stdout
@@ -0,0 +1,24 @@
+Small:False
+Large:False
+Compacted:False
+Pinned:True
+"Failed to compact pinned array as expected."
+Pinnedness of original array references after unsafePinMutableByteArray#
+Small:False
+Large:True
+Compacted:
+True
+Pinned:
+True
+Pinnedness of arrays returned from unsafePinMutableByteArray#
+Small:True
+Large:True
+Compacted:True
+Pinned:True
+Have references been pinned in-place?
+Small:False
+Large:True
+Compacted:True
+Pinned:True
+"Failed to compact large array post-pin(expected to fail)."
+"Failed to compact ar_compact array post-pin(expected to fail)."