mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
Initial fuzzing corpus for ParseExpr.
This commit is contained in:
parent
0ebcca5eb7
commit
5fec020b27
1
promql/fuzz-data/ParseExpr/corpus/from_tests_1
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_1
Normal file
|
@ -0,0 +1 @@
|
|||
1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_10
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_10
Normal file
|
@ -0,0 +1 @@
|
|||
0755
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_11
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_11
Normal file
|
@ -0,0 +1 @@
|
|||
+5.5e-3
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_12
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_12
Normal file
|
@ -0,0 +1 @@
|
|||
-0755
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_13
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_13
Normal file
|
@ -0,0 +1 @@
|
|||
1 + 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_14
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_14
Normal file
|
@ -0,0 +1 @@
|
|||
1 - 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_15
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_15
Normal file
|
@ -0,0 +1 @@
|
|||
1 * 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_16
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_16
Normal file
|
@ -0,0 +1 @@
|
|||
1 % 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_17
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_17
Normal file
|
@ -0,0 +1 @@
|
|||
1 / 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_18
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_18
Normal file
|
@ -0,0 +1 @@
|
|||
1 == 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_19
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_19
Normal file
|
@ -0,0 +1 @@
|
|||
1 != 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_2
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_2
Normal file
|
@ -0,0 +1 @@
|
|||
+Inf
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_20
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_20
Normal file
|
@ -0,0 +1 @@
|
|||
1 > 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_21
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_21
Normal file
|
@ -0,0 +1 @@
|
|||
1 >= 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_22
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_22
Normal file
|
@ -0,0 +1 @@
|
|||
1 < 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_23
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_23
Normal file
|
@ -0,0 +1 @@
|
|||
1 <= 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_24
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_24
Normal file
|
@ -0,0 +1 @@
|
|||
+1 + -2 * 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_25
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_25
Normal file
|
@ -0,0 +1 @@
|
|||
1 + 2/(3*1)
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_26
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_26
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_27
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_27
Normal file
|
@ -0,0 +1 @@
|
|||
#comment
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_28
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_28
Normal file
|
@ -0,0 +1 @@
|
|||
foo * bar
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_29
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_29
Normal file
|
@ -0,0 +1 @@
|
|||
foo == 1
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_3
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_3
Normal file
|
@ -0,0 +1 @@
|
|||
-Inf
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_30
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_30
Normal file
|
@ -0,0 +1 @@
|
|||
2.5 / bar
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_31
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_31
Normal file
|
@ -0,0 +1 @@
|
|||
foo and bar
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_32
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_32
Normal file
|
@ -0,0 +1 @@
|
|||
foo or bar
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_33
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_33
Normal file
|
@ -0,0 +1 @@
|
|||
foo + bar or bla and blub
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_34
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_34
Normal file
|
@ -0,0 +1 @@
|
|||
bar + on(foo) bla / on(baz, buz) group_right(test) blub
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_4
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_4
Normal file
|
@ -0,0 +1 @@
|
|||
.5
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_5
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_5
Normal file
|
@ -0,0 +1 @@
|
|||
5.
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_6
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_6
Normal file
|
@ -0,0 +1 @@
|
|||
123.4567
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_7
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_7
Normal file
|
@ -0,0 +1 @@
|
|||
5e-3
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_8
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_8
Normal file
|
@ -0,0 +1 @@
|
|||
5e3
|
1
promql/fuzz-data/ParseExpr/corpus/from_tests_9
Normal file
1
promql/fuzz-data/ParseExpr/corpus/from_tests_9
Normal file
|
@ -0,0 +1 @@
|
|||
0xc
|
Loading…
Reference in a new issue