Auto-tools/Projects/UniversalManifest

< Auto-tools‎ | Projects
Revision as of 23:36, 5 May 2010 by Anodelman (talk | contribs) (Created page with '== Proposals == === 1 === { "tests": [ { "type": "==", "files": ["capitalize-1.html", "capitalize-ref.html"], }, { "type": "!=", "files": ["smtp-upper.html", "smtp-up…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Proposals

1

{ "tests":
 [ { "type": "==", "files": ["capitalize-1.html", "capitalize-ref.html"],
   },
   { "type": "!=", "files": ["smtp-upper.html", "smtp-upper-ref.html"],
   },
   { "type": "==", "files": ["collapsed-border-height-4.html", "border-base-ref.html"],
     "fails": true,
   },
   {
     "type": "==", "files": ["background-image-tiling.html", "background-image-tiling-ref.html"],
     "fails-on-os": ["mac"],
   },
   {
     "type": "!=", "files": ["text-language-01.xhtml", "text-language-01-ref.xhtml"],
     "random-on-os": ["linux", "windows"],
   },
   {
     "type": "==", "files": ["zoomed-svg-with-viewBox-01.svg", "pass.svg"],
     "skip": true,
     "comments": "see bug 11111",
   },
   { "type": "==", "files": ["test-3.svg pass.svg"], "HTTP": ".."
   },
 ],
 "include":
 [
   "other-tests/manifest.txt",
   "more-tests/different-manifest.txt",
 ],
}

2

{ "tests":
 [ { "type": "==", "files": ["capitalize-1.html", "capitalize-ref.html"],
   },
   { "type": "!=", "files": ["smtp-upper.html", "smtp-upper-ref.html"],
   },
   { "type": "==", "files": ["collapsed-border-height-4.html", "border-base-ref.html"],
     "fails": true,
   },
   {
     "type": "==", "files": ["background-image-tiling.html", "background-image-tiling-ref.html"],
     "fails-on-os": ["mac"],
   },
   {
     "type": "!=", "files": ["text-language-01.xhtml", "text-language-01-ref.xhtml"],
     "random-on-os": ["linux", "windows"],
   },
   {
     "type": "==", "files": ["zoomed-svg-with-viewBox-01.svg", "pass.svg"],
     "skip": true,
     "comments": "see bug 11111",
   },
   { "type": "==", "files": ["test-3.svg pass.svg"], "HTTP": ".."
     "set-prefs": [ { "type":"int", "name":"reftest.timeout", "value":50 },
                    { "type":"string", "name":"auto-update.url", "value":"http://www.exmaple.com" },
                  ],
     "skip-if-prefs": [ { "type":"bool", "name":"html5.enabled", "value":false },
                      ]
   },
 ],
 "include":
 [
   "other-tests/manifest.txt",
   "more-tests/different-manifest.txt",
 ],
}

3

{ "tests":
 [ { "type": "==", "files": ["capitalize-1.html", "capitalize-ref.html"],
   },
   { "type": "!=", "files": ["smtp-upper.html", "smtp-upper-ref.html"],
   },
   { "type": "==", "files": ["collapsed-border-height-4.html", "border-base-ref.html"],
     "fails": true,
   },
   { "group": "withhtml5",
     "set-prefs": [ { "type":"bool", "name":"html5.enabled", "value":true },
     "tests": 
     [
       {
         "type": "==", "files": ["background-image-tiling.html", "background-image-tiling-ref.html"],
         "fails-on-os": ["mac"],
       },
       {
         "type": "!=", "files": ["text-language-01.xhtml", "text-language-01-ref.xhtml"],
         "random-on-os": ["linux", "windows"],
       },
       {
         "type": "==", "files": ["zoomed-svg-with-viewBox-01.svg", "pass.svg"],
         "skip": true,
         "comments": "see bug 11111",
       },
       { "type": "==", "files": ["test-3.svg pass.svg"], "HTTP": ".."
         "set-prefs": [ { "type":"int", "name":"reftest.timeout", "value":50 },
                        { "type":"string", "name":"auto-update.url", "value":"http://www.exmaple.com" },
                      ],
         "skip-if-prefs": [ { "type":"bool", "name":"html5.enabled", "value":false },
                          ]
       },
     ]
   },
 ],
 "include":
 [
   "other-tests/manifest.txt",
   "more-tests/different-manifest.txt",
 ],
}

4

     {"tests:
     [ "== test.html reference.html",
       "!= test.html about:blank",
       {"test": "!= other.html about:blank",
        "skip-if": "!haveTestPlugin"}
     ]
     }