Skip to content

Commit eec9b77

Browse files
committed
bot: Update expected function name as grcov is now able to demangle symbols
1 parent b6fde96 commit eec9b77

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bot/tests/test_grcov.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ def test_report_grcov_artifact_coverallsplus(grcov_artifact):
3333
assert "source_digest" in report["source_files"][0]
3434
assert len(report["source_files"][0]["functions"]) == 1
3535
assert report["source_files"][0]["functions"][0]["exec"]
36-
assert (
37-
report["source_files"][0]["functions"][0]["name"]
38-
== "_ZNK2js3jit6BitSet5emptyEv"
39-
)
36+
assert report["source_files"][0]["functions"][0]["name"] == "js::jit::BitSet::empty"
4037
assert report["source_files"][0]["functions"][0]["start"] == 1
4138

4239

0 commit comments

Comments
 (0)