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();
|
updateCounts();
|
||||||
|
|
||||||
|
//TODO: eventually remove this guard.
|
||||||
if(test.result === 'fail') {
|
if(test.result === 'fail') {
|
||||||
logResult(test);
|
logResult(test);
|
||||||
}
|
}
|
||||||
@ -71,7 +72,7 @@ function Presenter() {
|
|||||||
$('.button-start').attr('src', 'resources/images/start.png');
|
$('.button-start').attr('src', 'resources/images/start.png');
|
||||||
$('.button-start').fadeOut('fast');
|
$('.button-start').fadeOut('fast');
|
||||||
|
|
||||||
//progressBar.text("Testing complete!");
|
progressBar.find(".text").html("Testing complete!");
|
||||||
if (isSiteDebugMode()) {
|
if (isSiteDebugMode()) {
|
||||||
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
||||||
} else {
|
} else {
|
||||||
|
@ -42,6 +42,7 @@ function Presenter() {
|
|||||||
|
|
||||||
updateCounts();
|
updateCounts();
|
||||||
|
|
||||||
|
//TODO: eventually remove this guard.
|
||||||
if(test.result === 'fail') {
|
if(test.result === 'fail') {
|
||||||
logResult(test);
|
logResult(test);
|
||||||
}
|
}
|
||||||
@ -71,7 +72,7 @@ function Presenter() {
|
|||||||
$('.button-start').attr('src', 'resources/images/start.png');
|
$('.button-start').attr('src', 'resources/images/start.png');
|
||||||
$('.button-start').fadeOut('fast');
|
$('.button-start').fadeOut('fast');
|
||||||
|
|
||||||
//progressBar.text("Testing complete!");
|
progressBar.find(".text").html("Testing complete!");
|
||||||
if (isSiteDebugMode()) {
|
if (isSiteDebugMode()) {
|
||||||
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user