From b589f015daa892dcd4b995aa94bdce91a84cfb8b Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 17 Sep 2023 21:53:02 +0200 Subject: [PATCH] New tests --- testdata/algo/lvs_test3.lvsdb | 11 +++++++++++ testdata/algo/lvs_test3_au.lvsdb | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/testdata/algo/lvs_test3.lvsdb b/testdata/algo/lvs_test3.lvsdb index d94707f4b..91f3aa00d 100644 --- a/testdata/algo/lvs_test3.lvsdb +++ b/testdata/algo/lvs_test3.lvsdb @@ -613,7 +613,17 @@ reference( # Cross reference xref( + log( + entry(error description("An error (global)")) + entry(warning description("A warning (global)")) + entry(info description("Some info (global)")) + ) circuit(() INV2PAIRX mismatch + log( + entry(error description("An error")) + entry(warning description("A warning")) + entry(info description("Some info")) + ) kk( jj("hello" W) jj("world!" E) ) # invalid xref( ) @@ -684,4 +694,5 @@ xref( circuit(5 5 match) ) ) + kk( xx(1 2 3) ) # invalid ) diff --git a/testdata/algo/lvs_test3_au.lvsdb b/testdata/algo/lvs_test3_au.lvsdb index fd107f1b9..617d84271 100644 --- a/testdata/algo/lvs_test3_au.lvsdb +++ b/testdata/algo/lvs_test3_au.lvsdb @@ -602,7 +602,17 @@ reference( # Cross reference xref( + log( + entry(error description('An error (global)')) + entry(warning description('A warning (global)')) + entry(info description('Some info (global)')) + ) circuit(() INV2PAIRX mismatch + log( + entry(error description('An error')) + entry(warning description('A warning')) + entry(info description('Some info')) + ) xref( ) )