File: skip-tests-recursion-limit.diff

package info (click to toggle)
rust-toml-edit 0.22.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,352 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: toml-edit/tests/testsuite/stackoverflow.rs
===================================================================
--- toml-edit.orig/tests/testsuite/stackoverflow.rs
+++ toml-edit/tests/testsuite/stackoverflow.rs
@@ -2,2 +2,3 @@
 #[cfg(not(feature = "unbounded"))]
+#[ignore]
 fn array_recursion_limit() {
@@ -7,2 +7,3 @@
 #[cfg(not(feature = "unbounded"))]
+#[ignore]
 fn inline_table_recursion_limit() {