chrome/test/unit/data/test_bug399707.manifest

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 # Success cases
     2 content  test1  test/  application={39885e5f-f6b4-4e2a-87e5-6259ecf79011}
     3 content  test2  test/  application!={d51eecae-eab5-4779-85cb-45f1ec8657c8}
     4 content  test3  test/  application!=
     6 # Failure cases
     7 content  test4  test/  application=
     8 content  test5  test/  application={d51eecae-eab5-4779-85cb-45f1ec8657c8}
     9 content  test6  test/  application!={39885e5f-f6b4-4e2a-87e5-6259ecf79011}
    10 content  test7  test/  appversion=={39885e5f-f6b4-4e2a-87e5-6259ecf79011}
    11 content  test8  test/  application!!{d51eecae-eab5-4779-85cb-45f1ec8657c8}

mercurial