Revision 4ee41804d1134bea930fa64cb2d438833650bd05 authored by Andreas Tolfsen on 05 July 2018, 10:51:33 UTC, committed by jgraham on 05 July 2018, 12:22:26 UTC
Parent tests may also have stacktraces and this patch adds a new,
optional keyword argument to the Result class for logging the stack
to the test_end log entry.

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1465527
gecko-commit: 2492931ce122e95206ce2653f8adf107c99019f5
gecko-integration-branch: central
gecko-reviewers: jgraham
1 parent b5ab999
Raw File
testharness_runner.html
<!doctype html>
<title></title>
<script>
var timeout_multiplier = 1;
var win = null;
</script>
back to top