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 be35373 commit fc8aae2Copy full SHA for fc8aae2
LayoutTests/fast/harness/results.html
@@ -309,7 +309,7 @@
309
prefix += '_' + remains.split('?')[1]
310
else if (remains.includes('#'))
311
prefix += '_' + remains.split('#')[1]
312
- } else if (Utils.splitExtension(parts[0])[1].length > 5) {
+ } else if (Utils.splitExtension(parts[0])[1].length - 1 > 5) {
313
// Temporary fix, also in Tools/Scripts/webkitpy/layout_tests/constrollers/test_result_writer.py, line 115.
314
// FIXME: Refactor to avoid confusing reference to both test and process names.
315
return testName;
0 commit comments