File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -165,4 +165,15 @@ Rebol [
165
165
166
166
===end-group===
167
167
168
+
169
+ ===start-group=== "Valgrind issues"
170
+ --test-- {compose large block}
171
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/1906
172
+ ;@@ this test passes but Valgrind reports a memory leak
173
+ ;@@ (I believe it is false report so it is moved here as I don't want to spend time on it now)
174
+ b: copy [] insert /dup b 1 32768
175
+ --assert b = compose b ;- no crash
176
+
177
+ ===end-group===
178
+
168
179
~~~end-file~~~
Original file line number Diff line number Diff line change @@ -151,11 +151,6 @@ Rebol [
151
151
--assert #0102030405060708090A = to-hex /size 1.2.3.4.5.6.7.8.9.10 20
152
152
--assert #0102030405 = to-hex /size 1.2.3.4.5.6.7.8.9.10 10
153
153
154
- --test-- {compose large block}
155
- ;@@ https://github.com/Oldes/Rebol-issues/issues/1906
156
- b: copy [] insert /dup b 1 32768
157
- --assert b = compose b ;- no crash
158
-
159
154
===end-group===
160
155
161
156
~~~end-file~~~
You can’t perform that action at this time.
0 commit comments