From 6d9e1684001b04f6849592c5d707f504169df0ae Mon Sep 17 00:00:00 2001 From: rjust Date: Sun, 8 Sep 2024 23:11:01 -0700 Subject: [PATCH] Add readme for failing_tests. --- framework/projects/Gson/failing_tests/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 framework/projects/Gson/failing_tests/README.md diff --git a/framework/projects/Gson/failing_tests/README.md b/framework/projects/Gson/failing_tests/README.md new file mode 100644 index 000000000..f93f0969e --- /dev/null +++ b/framework/projects/Gson/failing_tests/README.md @@ -0,0 +1,3 @@ +The files (if any) in this directory are auto-generated. All tests listed in a +file are broken tests (i.e., they fail on the corresponding buggy and fixed +program versions) and are removed from the test sourced during checkout.