Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/netwerk/test/unit/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  test_cache2-31-visit-all.js   Sprache: JAVA

 
"use strict";

function run_test() {
  getCacheStorage("disk");
  var lcis = [
    Services.loadContextInfo.default,
    Services.loadContextInfo.custom(false, { userContextId: 1 }),
    Services.loadContextInfo.custom(false, { userContextId: 2 }),
    Services.loadContextInfo.custom(false, { userContextId: 3 }),
  ];

  do_get_profile();

  var mc = new MultipleCallbacks(
    8,
    function () {
      executeSoon(function () {
        var expectedConsumption = 8192;
        var entries = [
          { uri: "http://a/", lci: lcis[0] }, // default
          { uri: "http://b/", lci: lcis[0] }, // default
          { uri: "http://a/", lci: lcis[1] }, // user Context 1
          { uri: "http://b/", lci: lcis[1] }, // user Context 1
          { uri: "http://a/", lci: lcis[2] }, // user Context 2
          { uri: "http://b/", lci: lcis[2] }, // user Context 2
          { uri: "http://a/", lci: lcis[3] }, // user Context 3
          { uri: "http://b/", lci: lcis[3] },
        ]; // user Context 3

        Services.cache2.asyncVisitAllStorages(
          // Test should store 8 entries across 4 originAttributes
          new VisitCallback(8, expectedConsumption, entries, function () {
            Services.cache2.asyncVisitAllStorages(
              // Still 8 entries expected, now don't walk them
              new VisitCallback(8, expectedConsumption, nullfunction () {
                finish_cache2_test();
              }),
              false
            );
          }),
          true
        );
      });
    },
    true
  );

  // Add two cache entries for each originAttributes.
  for (var i = 0; i < lcis.length; i++) {
    asyncOpenCacheEntry(
      "http://a/",
      "disk",
      Ci.nsICacheStorage.OPEN_NORMALLY,
      lcis[i],
      new OpenCallback(NEW"a1m""a1d"function () {
        asyncOpenCacheEntry(
          "http://a/",
          "disk",
          Ci.nsICacheStorage.OPEN_NORMALLY,
          lcis[i],
          new OpenCallback(NORMAL, "a1m""a1d"function () {
            mc.fired();
          })
        );
      })
    );

    asyncOpenCacheEntry(
      "http://b/",
      "disk",
      Ci.nsICacheStorage.OPEN_NORMALLY,
      lcis[i],
      new OpenCallback(NEW"b1m""b1d"function () {
        asyncOpenCacheEntry(
          "http://b/",
          "disk",
          Ci.nsICacheStorage.OPEN_NORMALLY,
          lcis[i],
          new OpenCallback(NORMAL, "b1m""b1d"function () {
            mc.fired();
          })
        );
      })
    );
  }

  do_test_pending();
}

Messung V0.5
C=82 H=94 G=88

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ¤

*© 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.