-
Notifications
You must be signed in to change notification settings - Fork 277
Run KNOWNBUG and THOROUGH regression tests in CI #5958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e94c3ba
Mark failing goto-instrument-wmm tests as KNOWNBUG
tautschnig 36534c1
gcc_popcount2: fix assertion matching pattern
tautschnig b4614be
Fix line number to make location15 test pass as expected
tautschnig 9165f86
jbmc-strings/VerifStringLastIndexOf: ensure index is within String
tautschnig 86caf91
jbmc THOROUGH regression tests: fix spec files
tautschnig 882c670
Run KNOWNBUG and THOROUGH regression tests in CI
tautschnig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+322 Bytes
(140%)
jbmc/regression/jbmc-strings/VerifStringLastIndexOf/Test.class
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
jbmc/regression/jbmc-strings/VerifStringLastIndexOf/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
THOROUGH | ||
Test | ||
--function Test.check --max-nondet-string-length 50 --unwind 50 --java-assume-inputs-non-null | ||
^EXIT=10$ | ||
--function Test.check --max-nondet-string-length 50 --unwind 50 --java-assume-inputs-non-null --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar ../../../lib/java-models-library/target/cprover-api.jar` | ||
VERIFICATION SUCCESSFUL | ||
^EXIT=0$ | ||
^SIGNAL=0$ | ||
assertion at file Test.java line 32 .* SUCCESS$ | ||
assertion at file Test.java line 34 .* FAILURE$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbmc/regression/strings-smoke-tests/java_long_to_string/test2.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbmc/regression/strings-smoke-tests/java_long_to_string/test3.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbmc/regression/strings-smoke-tests/java_long_to_string/test4.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbmc/regression/strings-smoke-tests/java_long_to_string_with_radix/test_binary1.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbmc/regression/strings-smoke-tests/java_long_to_string_with_radix/test_binary2.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbmc/regression/strings-smoke-tests/java_long_to_string_with_radix/test_binary3.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
jbmc/regression/strings-smoke-tests/java_value_of_float_4/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
jbmc/regression/strings-smoke-tests/java_value_of_float_5/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww000_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww000.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww000_POWER_ALL/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww000.c | ||
POWER ALL | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww000_POWER_OPC/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww000.c | ||
POWER OPC | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww000_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww000.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww001_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww001.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww001_POWER_OPC/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww001.c | ||
POWER OPC | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww001_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww001.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww002_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww002.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww002_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww002.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww003_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww003.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww003_POWER_ALL/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww003.c | ||
POWER ALL | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww003_POWER_OPC/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww003.c | ||
POWER OPC | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww003_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww003.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww004_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww004.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww004_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww004.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww005_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww005.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww005_POWER_ALL/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww005.c | ||
POWER ALL | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww005_POWER_OPC/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww005.c | ||
POWER OPC | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww005_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww005.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww006_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww006.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww006_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww006.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww007_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww007.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww007_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww007.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww009_CAV11_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww009.c | ||
CAV11 SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww009_POWER_ALL/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww009.c | ||
POWER ALL | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww009_POWER_OPC/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww009.c | ||
POWER OPC | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwdww009_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwdww009.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwsww000_CAV11_ERROR/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwsww000.c | ||
CAV11 ERROR | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_bclwsww000_SC_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
bclwsww000.c | ||
SC SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_iriw+addrs_CAV11_SAFE/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
iriw+addrs.c | ||
CAV11 SAFE | ||
^EXIT=10$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/goto-instrument-wmm-core/ppc_iriw+addrs_POWER_OPC/test.desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
THOROUGH | ||
KNOWNBUG | ||
iriw+addrs.c | ||
POWER OPC | ||
^EXIT=10$ | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.