From 020294fca9a7065d4b9cf4e677f606ebaaa29b00 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 13 Apr 2024 10:39:45 +0200 Subject: Better test runner (#3922) --- tests/ref/compiler/array.png | Bin 8306 -> 0 bytes tests/ref/compiler/block.png | Bin 2088 -> 0 bytes tests/ref/compiler/break-continue.png | Bin 9732 -> 0 bytes tests/ref/compiler/call.png | Bin 2598 -> 0 bytes tests/ref/compiler/closure.png | Bin 472 -> 0 bytes tests/ref/compiler/color.png | Bin 1354 -> 0 bytes tests/ref/compiler/comment.png | Bin 873 -> 0 bytes tests/ref/compiler/construct.png | Bin 6113 -> 0 bytes tests/ref/compiler/content-field.png | Bin 8815 -> 0 bytes tests/ref/compiler/dict.png | Bin 4055 -> 0 bytes tests/ref/compiler/for.png | Bin 3342 -> 0 bytes tests/ref/compiler/highlight.png | Bin 70314 -> 0 bytes tests/ref/compiler/if.png | Bin 2274 -> 0 bytes tests/ref/compiler/import.png | Bin 5941 -> 0 bytes tests/ref/compiler/include.png | Bin 46292 -> 0 bytes tests/ref/compiler/label.png | Bin 22342 -> 0 bytes tests/ref/compiler/let.png | Bin 3527 -> 0 bytes tests/ref/compiler/ops.png | Bin 1029 -> 0 bytes tests/ref/compiler/repr-color-gradient.png | Bin 50018 -> 0 bytes tests/ref/compiler/repr.png | Bin 55418 -> 0 bytes tests/ref/compiler/return.png | Bin 2849 -> 0 bytes tests/ref/compiler/select-where-styles.png | Bin 17334 -> 0 bytes tests/ref/compiler/selector-logical.png | Bin 3844 -> 0 bytes tests/ref/compiler/set.png | Bin 26054 -> 0 bytes tests/ref/compiler/shorthand.png | Bin 10903 -> 0 bytes tests/ref/compiler/show-bare.png | Bin 25759 -> 0 bytes tests/ref/compiler/show-node.png | Bin 21916 -> 0 bytes tests/ref/compiler/show-recursive.png | Bin 14951 -> 0 bytes tests/ref/compiler/show-selector-logical.png | Bin 8272 -> 0 bytes tests/ref/compiler/show-selector.png | Bin 16871 -> 0 bytes tests/ref/compiler/show-set-func.png | Bin 5772 -> 0 bytes tests/ref/compiler/show-set-text.png | Bin 8734 -> 0 bytes tests/ref/compiler/show-set.png | Bin 22168 -> 0 bytes tests/ref/compiler/show-text.png | Bin 45317 -> 0 bytes tests/ref/compiler/while.png | Bin 953 -> 0 bytes 35 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/ref/compiler/array.png delete mode 100644 tests/ref/compiler/block.png delete mode 100644 tests/ref/compiler/break-continue.png delete mode 100644 tests/ref/compiler/call.png delete mode 100644 tests/ref/compiler/closure.png delete mode 100644 tests/ref/compiler/color.png delete mode 100644 tests/ref/compiler/comment.png delete mode 100644 tests/ref/compiler/construct.png delete mode 100644 tests/ref/compiler/content-field.png delete mode 100644 tests/ref/compiler/dict.png delete mode 100644 tests/ref/compiler/for.png delete mode 100644 tests/ref/compiler/highlight.png delete mode 100644 tests/ref/compiler/if.png delete mode 100644 tests/ref/compiler/import.png delete mode 100644 tests/ref/compiler/include.png delete mode 100644 tests/ref/compiler/label.png delete mode 100644 tests/ref/compiler/let.png delete mode 100644 tests/ref/compiler/ops.png delete mode 100644 tests/ref/compiler/repr-color-gradient.png delete mode 100644 tests/ref/compiler/repr.png delete mode 100644 tests/ref/compiler/return.png delete mode 100644 tests/ref/compiler/select-where-styles.png delete mode 100644 tests/ref/compiler/selector-logical.png delete mode 100644 tests/ref/compiler/set.png delete mode 100644 tests/ref/compiler/shorthand.png delete mode 100644 tests/ref/compiler/show-bare.png delete mode 100644 tests/ref/compiler/show-node.png delete mode 100644 tests/ref/compiler/show-recursive.png delete mode 100644 tests/ref/compiler/show-selector-logical.png delete mode 100644 tests/ref/compiler/show-selector.png delete mode 100644 tests/ref/compiler/show-set-func.png delete mode 100644 tests/ref/compiler/show-set-text.png delete mode 100644 tests/ref/compiler/show-set.png delete mode 100644 tests/ref/compiler/show-text.png delete mode 100644 tests/ref/compiler/while.png (limited to 'tests/ref/compiler') diff --git a/tests/ref/compiler/array.png b/tests/ref/compiler/array.png deleted file mode 100644 index 9b6bf8b3..00000000 Binary files a/tests/ref/compiler/array.png and /dev/null differ diff --git a/tests/ref/compiler/block.png b/tests/ref/compiler/block.png deleted file mode 100644 index 21a38de2..00000000 Binary files a/tests/ref/compiler/block.png and /dev/null differ diff --git a/tests/ref/compiler/break-continue.png b/tests/ref/compiler/break-continue.png deleted file mode 100644 index 9751d395..00000000 Binary files a/tests/ref/compiler/break-continue.png and /dev/null differ diff --git a/tests/ref/compiler/call.png b/tests/ref/compiler/call.png deleted file mode 100644 index 2c5d1e78..00000000 Binary files a/tests/ref/compiler/call.png and /dev/null differ diff --git a/tests/ref/compiler/closure.png b/tests/ref/compiler/closure.png deleted file mode 100644 index 07c171c5..00000000 Binary files a/tests/ref/compiler/closure.png and /dev/null differ diff --git a/tests/ref/compiler/color.png b/tests/ref/compiler/color.png deleted file mode 100644 index 2b416f64..00000000 Binary files a/tests/ref/compiler/color.png and /dev/null differ diff --git a/tests/ref/compiler/comment.png b/tests/ref/compiler/comment.png deleted file mode 100644 index 608df6ea..00000000 Binary files a/tests/ref/compiler/comment.png and /dev/null differ diff --git a/tests/ref/compiler/construct.png b/tests/ref/compiler/construct.png deleted file mode 100644 index f1acf665..00000000 Binary files a/tests/ref/compiler/construct.png and /dev/null differ diff --git a/tests/ref/compiler/content-field.png b/tests/ref/compiler/content-field.png deleted file mode 100644 index d582cfa1..00000000 Binary files a/tests/ref/compiler/content-field.png and /dev/null differ diff --git a/tests/ref/compiler/dict.png b/tests/ref/compiler/dict.png deleted file mode 100644 index c97b2dbf..00000000 Binary files a/tests/ref/compiler/dict.png and /dev/null differ diff --git a/tests/ref/compiler/for.png b/tests/ref/compiler/for.png deleted file mode 100644 index 5608248f..00000000 Binary files a/tests/ref/compiler/for.png and /dev/null differ diff --git a/tests/ref/compiler/highlight.png b/tests/ref/compiler/highlight.png deleted file mode 100644 index ccbbc056..00000000 Binary files a/tests/ref/compiler/highlight.png and /dev/null differ diff --git a/tests/ref/compiler/if.png b/tests/ref/compiler/if.png deleted file mode 100644 index bd3adc88..00000000 Binary files a/tests/ref/compiler/if.png and /dev/null differ diff --git a/tests/ref/compiler/import.png b/tests/ref/compiler/import.png deleted file mode 100644 index 5c6132d2..00000000 Binary files a/tests/ref/compiler/import.png and /dev/null differ diff --git a/tests/ref/compiler/include.png b/tests/ref/compiler/include.png deleted file mode 100644 index 7fdb0310..00000000 Binary files a/tests/ref/compiler/include.png and /dev/null differ diff --git a/tests/ref/compiler/label.png b/tests/ref/compiler/label.png deleted file mode 100644 index 21764f97..00000000 Binary files a/tests/ref/compiler/label.png and /dev/null differ diff --git a/tests/ref/compiler/let.png b/tests/ref/compiler/let.png deleted file mode 100644 index 4423fe0a..00000000 Binary files a/tests/ref/compiler/let.png and /dev/null differ diff --git a/tests/ref/compiler/ops.png b/tests/ref/compiler/ops.png deleted file mode 100644 index 51fb9d1a..00000000 Binary files a/tests/ref/compiler/ops.png and /dev/null differ diff --git a/tests/ref/compiler/repr-color-gradient.png b/tests/ref/compiler/repr-color-gradient.png deleted file mode 100644 index 11bde774..00000000 Binary files a/tests/ref/compiler/repr-color-gradient.png and /dev/null differ diff --git a/tests/ref/compiler/repr.png b/tests/ref/compiler/repr.png deleted file mode 100644 index 105b6c80..00000000 Binary files a/tests/ref/compiler/repr.png and /dev/null differ diff --git a/tests/ref/compiler/return.png b/tests/ref/compiler/return.png deleted file mode 100644 index e8fa3ab2..00000000 Binary files a/tests/ref/compiler/return.png and /dev/null differ diff --git a/tests/ref/compiler/select-where-styles.png b/tests/ref/compiler/select-where-styles.png deleted file mode 100644 index ffdc4bab..00000000 Binary files a/tests/ref/compiler/select-where-styles.png and /dev/null differ diff --git a/tests/ref/compiler/selector-logical.png b/tests/ref/compiler/selector-logical.png deleted file mode 100644 index eafa93c8..00000000 Binary files a/tests/ref/compiler/selector-logical.png and /dev/null differ diff --git a/tests/ref/compiler/set.png b/tests/ref/compiler/set.png deleted file mode 100644 index 26409396..00000000 Binary files a/tests/ref/compiler/set.png and /dev/null differ diff --git a/tests/ref/compiler/shorthand.png b/tests/ref/compiler/shorthand.png deleted file mode 100644 index 4507177b..00000000 Binary files a/tests/ref/compiler/shorthand.png and /dev/null differ diff --git a/tests/ref/compiler/show-bare.png b/tests/ref/compiler/show-bare.png deleted file mode 100644 index c6a1e101..00000000 Binary files a/tests/ref/compiler/show-bare.png and /dev/null differ diff --git a/tests/ref/compiler/show-node.png b/tests/ref/compiler/show-node.png deleted file mode 100644 index 396e5429..00000000 Binary files a/tests/ref/compiler/show-node.png and /dev/null differ diff --git a/tests/ref/compiler/show-recursive.png b/tests/ref/compiler/show-recursive.png deleted file mode 100644 index a5a153c0..00000000 Binary files a/tests/ref/compiler/show-recursive.png and /dev/null differ diff --git a/tests/ref/compiler/show-selector-logical.png b/tests/ref/compiler/show-selector-logical.png deleted file mode 100644 index a7a80053..00000000 Binary files a/tests/ref/compiler/show-selector-logical.png and /dev/null differ diff --git a/tests/ref/compiler/show-selector.png b/tests/ref/compiler/show-selector.png deleted file mode 100644 index 52e99c9a..00000000 Binary files a/tests/ref/compiler/show-selector.png and /dev/null differ diff --git a/tests/ref/compiler/show-set-func.png b/tests/ref/compiler/show-set-func.png deleted file mode 100644 index c5ff2489..00000000 Binary files a/tests/ref/compiler/show-set-func.png and /dev/null differ diff --git a/tests/ref/compiler/show-set-text.png b/tests/ref/compiler/show-set-text.png deleted file mode 100644 index 27803e8a..00000000 Binary files a/tests/ref/compiler/show-set-text.png and /dev/null differ diff --git a/tests/ref/compiler/show-set.png b/tests/ref/compiler/show-set.png deleted file mode 100644 index e87fc600..00000000 Binary files a/tests/ref/compiler/show-set.png and /dev/null differ diff --git a/tests/ref/compiler/show-text.png b/tests/ref/compiler/show-text.png deleted file mode 100644 index 2026cc35..00000000 Binary files a/tests/ref/compiler/show-text.png and /dev/null differ diff --git a/tests/ref/compiler/while.png b/tests/ref/compiler/while.png deleted file mode 100644 index d0f86473..00000000 Binary files a/tests/ref/compiler/while.png and /dev/null differ -- cgit v1.2.3