From 5ff7c872058e53804239fee285014d78987954a2 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 3 May 2025 15:49:13 +0000 Subject: automatic import of bison --- ...ort-tests-make-it-easier-to-spot-failures.patch | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 backport-tests-make-it-easier-to-spot-failures.patch (limited to 'backport-tests-make-it-easier-to-spot-failures.patch') diff --git a/backport-tests-make-it-easier-to-spot-failures.patch b/backport-tests-make-it-easier-to-spot-failures.patch new file mode 100644 index 0000000..9648416 --- /dev/null +++ b/backport-tests-make-it-easier-to-spot-failures.patch @@ -0,0 +1,75 @@ +From 4fe5a375fa6cb07f1c5cb6507b3c4e3b38e6fcef Mon Sep 17 00:00:00 2001 +From: Akim Demaille +Date: Sat, 9 Oct 2021 10:29:50 +0200 +Subject: [PATCH] tests: make it easier to spot failures + +* examples/c/glr/c++-types.test: Split in several small test cases. +--- + examples/c/glr/c++-types.test | 37 ++++++++++++++++++++++++----------- + 1 file changed, 26 insertions(+), 11 deletions(-) + +diff --git a/examples/c/glr/c++-types.test b/examples/c/glr/c++-types.test +index 074d72cc..e63dd31e 100644 +--- a/examples/c/glr/c++-types.test ++++ b/examples/c/glr/c++-types.test +@@ -17,31 +17,46 @@ + + cat >input <input <(T, x)" + ++cat >input <(T, x, y)" + ++cat >input <input <(x, T), y)" + ++cat >input <((T, x), (x, T))" + ++cat >input <((T, y, +(z, q)), =((y, T), +(z, q)))" + ++cat >input < ++err: 1.5: syntax error, unexpected identifier, expecting '=' or '+' or ')'" + ++cat >input <(T, x) +-5.0-7: (T, x, y) +-7.0-5: =(x, y) +-9.0-9: +((x, T), y) +-11.0-5: ((T, x), (x, T)) +-13.0-13: ((T, y, +(z, q)), =((y, T), +(z, q))) +-15.0-15: +-17.0-5: +(z, q) +-err: 15.5: syntax error, unexpected identifier, expecting '=' or '+' or ')'" ++run 0 "1.0-5: +(z, q)" +-- +2.27.0 + -- cgit v1.2.3