@@ -176,7 +176,7 @@ Test should_error_raise_exn errored on (1 shrink steps):
176
176
177
177
0
178
178
179
- exception Dune__exe__QCheck2_expect_test .Overall.Error
179
+ exception QCheck2_tests .Overall.Error
180
180
181
181
182
182
+++ Collect ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -244,6 +244,14 @@ ERROR: only 0.5% tests (of 2000) passed precondition for "FAIL_unlikely_precond"
244
244
NOTE: it is likely that the precondition is too strong, or that the generator is buggy.
245
245
246
246
247
+ --- Failure --------------------------------------------------------------------
248
+
249
+ Test FAIL_bad_gen failed:
250
+
251
+ ERROR: uncaught exception in generator for test FAIL_bad_gen after 100 steps:
252
+ Exception: Invalid_argument("Gen.int_bound")
253
+ Backtrace:
254
+
247
255
--- Failure --------------------------------------------------------------------
248
256
249
257
Test char never produces '\255' failed (0 shrink steps):
@@ -312,6 +320,12 @@ Test string never has a \255 char failed (59 shrink steps):
312
320
313
321
--- Failure --------------------------------------------------------------------
314
322
323
+ Test strings have unique chars failed (18 shrink steps):
324
+
325
+ "aaaaaaaaaaaaa"
326
+
327
+ --- Failure --------------------------------------------------------------------
328
+
315
329
Test pairs have different components failed (0 shrink steps):
316
330
317
331
(4, 4)
@@ -336,24 +350,36 @@ Test pairs are (0,0) failed (63 shrink steps):
336
350
337
351
--- Failure --------------------------------------------------------------------
338
352
339
- Test pairs are ordered failed (2 shrink steps):
353
+ Test pairs are ordered failed (94 shrink steps):
340
354
341
- (0, -1 )
355
+ (1, 0 )
342
356
343
357
--- Failure --------------------------------------------------------------------
344
358
345
- Test pairs are ordered reversely failed (63 shrink steps):
359
+ Test pairs are ordered reversely failed (62 shrink steps):
346
360
347
361
(0, 1)
348
362
349
363
--- Failure --------------------------------------------------------------------
350
364
351
- Test pairs sum to less than 128 failed (59 shrink steps):
365
+ Test pairs sum to less than 128 failed (56 shrink steps):
352
366
353
367
(0, 128)
354
368
355
369
--- Failure --------------------------------------------------------------------
356
370
371
+ Test pairs lists rev concat failed (83 shrink steps):
372
+
373
+ ([0], [1])
374
+
375
+ --- Failure --------------------------------------------------------------------
376
+
377
+ Test pairs lists no overlap failed (27 shrink steps):
378
+
379
+ ([0], [0; 0; 0; 0])
380
+
381
+ --- Failure --------------------------------------------------------------------
382
+
357
383
Test triples have pair-wise different components failed (3 shrink steps):
358
384
359
385
(0, 0, 0)
@@ -408,7 +434,7 @@ Test bind ordered pairs failed (1 shrink steps):
408
434
409
435
--- Failure --------------------------------------------------------------------
410
436
411
- Test bind list_size constant failed (15 shrink steps):
437
+ Test bind list_size constant failed (12 shrink steps):
412
438
413
439
(4, [0; 0; 0; 0])
414
440
@@ -1216,7 +1242,7 @@ stats dist:
1216
1242
4150517416584649600.. 4611686018427387903: ################# 189
1217
1243
================================================================================
1218
1244
1 warning(s)
1219
- failure (53 tests failed, 1 tests errored, ran 110 tests)
1245
+ failure (57 tests failed, 1 tests errored, ran 114 tests)
1220
1246
random seed: 153870556
1221
1247
1222
1248
+++ Stats for int_dist_empty_bucket ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0 commit comments