Backed out 2 changesets (bug 1013219) for apparently making test_ocsp_stapling_expired.js frequently time out

Backed out changeset a97c7103effe (bug 1013219)
Backed out changeset a877772255f6 (bug 1013219)
This commit is contained in:
Wes Kocher
2016-01-26 10:51:24 -08:00
parent a1da727ca8
commit c1418e8059
28 changed files with 227 additions and 412 deletions

View File

@@ -38,7 +38,7 @@ function test_executable_lines() {
do_check_true(!error);
let source = gThreadClient.source(sources[0]);
source.getExecutableLines(function(lines){
do_check_true(arrays_equal([2, 5, 7, 8, 10, 12, 14, 16], lines));
do_check_true(arrays_equal([2, 5, 7, 8, 12, 14, 16], lines));
finishClient(gClient);
});
});