mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 05:24:38 +02:00
Merge.
This commit is contained in:
commit
660a2a08eb
@ -42,6 +42,7 @@ function Presenter() {
|
||||
|
||||
updateCounts();
|
||||
|
||||
//TODO: eventually remove this guard.
|
||||
if(test.result === 'fail') {
|
||||
logResult(test);
|
||||
}
|
||||
@ -71,7 +72,7 @@ function Presenter() {
|
||||
$('.button-start').attr('src', 'resources/images/start.png');
|
||||
$('.button-start').fadeOut('fast');
|
||||
|
||||
//progressBar.text("Testing complete!");
|
||||
progressBar.find(".text").html("Testing complete!");
|
||||
if (isSiteDebugMode()) {
|
||||
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
||||
} else {
|
||||
|
@ -42,6 +42,7 @@ function Presenter() {
|
||||
|
||||
updateCounts();
|
||||
|
||||
//TODO: eventually remove this guard.
|
||||
if(test.result === 'fail') {
|
||||
logResult(test);
|
||||
}
|
||||
@ -71,7 +72,7 @@ function Presenter() {
|
||||
$('.button-start').attr('src', 'resources/images/start.png');
|
||||
$('.button-start').fadeOut('fast');
|
||||
|
||||
//progressBar.text("Testing complete!");
|
||||
progressBar.find(".text").html("Testing complete!");
|
||||
if (isSiteDebugMode()) {
|
||||
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user