Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/canvas/test/webgl-conf/checkout/js/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  js-test-post.js   Sprache: JAVA

 
/*
Copyright (c) 2019 The Khronos Group Inc.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE.txt file.
*/


shouldBeTrue("successfullyParsed");
_addSpan('
TEST COMPLETE'
);
if (_jsTestPreVerboseLogging) {
    _bufferedLogToConsole('TEST COMPLETE');
}

{
    const e_results = document.createElement('div');
    let fails_class = 'pass';
    if (RESULTS.fail) {
        fails_class = 'fail';
    } else {
        const parseBoolean = v => v.toLowerCase().startsWith('t') || parseFloat(v) > 0;
        const params = new URLSearchParams(window.location.search);
        if (parseBoolean(params.get('runUntilFail') || '')) {
          setTimeout(() => {
            params.set('runCount', parseInt(params.get('runCount') || '0') + 1);
            const url = new URL(window.location.href);
            url.search = params.toString();
            window.location.href = url.toString();
          }, 100);
        }
    }
    e_results.classList.add('pass');
    e_results.innerHTML = `<p>TEST COMPLETE: ${RESULTS.pass} PASS, ` +
      `<span class="${fails_class}">${RESULTS.fail} FAIL</span></p>`;

    const e_desc = document.getElementById("description");
    e_desc.appendChild(e_results);
}

notifyFinishedToHarness()

Messung V0.5
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.