Skip to content

Commit

Permalink
Update test output
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed May 9, 2023
1 parent ad0c1ec commit 2e6b7f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 0 additions & 3 deletions integration-tests/projects/basic/ci_report.reference_output
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ integration-tests/projects/basic/foo.cpp:14: lobster error: missing up reference
integration-tests/projects/basic/nor.py:11: lobster error: missing up reference
integration-tests/projects/basic/nor.py:5: lobster error: missing up reference
cb item 666 'LOBSTER demo': lobster error: status is Potato, expected Valid
integration-tests/projects/basic/potato.trlc:32: lobster error: unknown tracing target req req_nand
integration-tests/projects/basic/potato.trlc:32: lobster error: unknown tracing target req req_nor
integration-tests/projects/basic/potato.trlc:32: lobster error: missing up reference
integration-tests/projects/basic/potato.trlc:32: lobster error: missing reference to Code
integration-tests/projects/basic/potato.trlc:32: lobster error: missing reference to Verification Test
integration-tests/projects/basic/potato.trlc:22: lobster error: missing up reference
Expand Down
12 changes: 8 additions & 4 deletions integration-tests/projects/basic/report.reference_output
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,18 @@
},
"name": "req_important",
"messages": [
"unknown tracing target req req_nand",
"unknown tracing target req req_nor",
"missing up reference",
"missing reference to Code",
"missing reference to Verification Test"
],
"just_up": [],
"just_down": [],
"just_global": [],
"tracing_status": "MISSING",
"ref_up": [
"req example.req_nand",
"req example.req_nor"
],
"ref_down": [],
"tracing_status": "PARTIAL",
"framework": "TRLC",
"kind": "Linked_Requirement",
"text": "this is important",
Expand All @@ -114,6 +116,7 @@
"req 12345@42"
],
"ref_down": [
"req example.req_important",
"matlab nand",
"matlab nand_test::test_1"
],
Expand Down Expand Up @@ -142,6 +145,7 @@
"just_global": [],
"ref_up": [],
"ref_down": [
"req example.req_important",
"python nor::Example::helper_function",
"python nor::Example::nor"
],
Expand Down

0 comments on commit 2e6b7f3

Please sign in to comment.