We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fde96 commit eec9b77Copy full SHA for eec9b77
bot/tests/test_grcov.py
@@ -33,10 +33,7 @@ def test_report_grcov_artifact_coverallsplus(grcov_artifact):
33
assert "source_digest" in report["source_files"][0]
34
assert len(report["source_files"][0]["functions"]) == 1
35
assert report["source_files"][0]["functions"][0]["exec"]
36
- assert (
37
- report["source_files"][0]["functions"][0]["name"]
38
- == "_ZNK2js3jit6BitSet5emptyEv"
39
- )
+ assert report["source_files"][0]["functions"][0]["name"] == "js::jit::BitSet::empty"
40
assert report["source_files"][0]["functions"][0]["start"] == 1
41
42
0 commit comments