Bug 1153521 - Update web-platform-tests expected data to revision 7311aa630534282885b9add15b1c30b2b59316dd, a=testonly

This commit is contained in:
James Graham 2015-04-10 00:13:58 +01:00
Родитель f4e871c54c
Коммит eeee9fad53
37 изменённых файлов: 497 добавлений и 22 удалений

Просмотреть файл

@ -3,5 +3,5 @@
[Canvas test: 2d.gradient.radial.outside3]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "mac"): FAIL
if os == "mac": FAIL

Просмотреть файл

@ -1,6 +0,0 @@
[2d.line.join.parallel.html]
type: testharness
[Line joins are drawn at 180-degree joins]
expected:
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL

Просмотреть файл

@ -3,5 +3,5 @@
[arcTo() curves in the right kind of shape]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "mac"): FAIL
if os == "mac": FAIL

Просмотреть файл

@ -3,5 +3,5 @@
[arcTo() curves in the right kind of shape]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "mac"): FAIL
if os == "mac": FAIL

Просмотреть файл

@ -3,5 +3,5 @@
[Shadows are drawn if shadowBlur is set]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "mac"): FAIL
if os == "mac": FAIL

Просмотреть файл

@ -3,5 +3,5 @@
[Shadows are drawn if shadowOffsetX is set]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "mac"): FAIL
if os == "mac": FAIL

Просмотреть файл

@ -3,5 +3,5 @@
[Shadows are drawn if shadowOffsetY is set]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if (os == "mac"): FAIL
if os == "mac": FAIL

Просмотреть файл

@ -1,5 +0,0 @@
[getresponseheader-chunked-trailer.htm]
type: testharness
[XMLHttpRequest: getResponseHeader() and HTTP trailer]
expected: FAIL

Просмотреть файл

@ -0,0 +1,48 @@
[image.html]
type: testharness
[URL query: ]
expected:
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL
[URL query: ?type=]
expected:
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL
[URL query: ?type=x]
expected:
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL
[URL query: ?type=x/x]
expected:
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL
[URL query: ?type=image/gif]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
[URL query: ?type=image/png]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
[URL query: ?type=image/png;blah]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[importscripts.html]
type: testharness
[Test importScripts()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[parsing-nosniff.html]
type: testharness
[URL query: first]
expected: FAIL
[URL query: uppercase]
expected: FAIL

Просмотреть файл

@ -1,14 +1,14 @@
[013.html]
[script.html]
type: testharness
[onclose]
[URL query: ]
expected: FAIL
[onopen]
[URL query: ?type=]
expected: FAIL
[onerror]
[URL query: ?type=x]
expected: FAIL
[onmessage]
[URL query: ?type=x/x]
expected: FAIL

Просмотреть файл

@ -0,0 +1,17 @@
[stylesheet.html]
type: testharness
[URL query: ]
expected: FAIL
[URL query: ?type=]
expected: FAIL
[URL query: ?type=x]
expected: FAIL
[URL query: ?type=x/x]
expected: FAIL
[URL query: ?type=text/css;blah]
expected: FAIL

Просмотреть файл

@ -0,0 +1,14 @@
[worker.html]
type: testharness
[URL query: ]
expected: FAIL
[URL query: ?type=]
expected: FAIL
[URL query: ?type=x]
expected: FAIL
[URL query: ?type=x/x]
expected: FAIL

Просмотреть файл

@ -17,3 +17,4 @@
["data:,a 1x" (leading U+200D)]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-add.https.html]
type: testharness
[Cache.add and Cache.addAll]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-delete.https.html]
type: testharness
[Cache.delete]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-match.https.html]
type: testharness
[Cache.match and Cache.matchAll]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-put.https.html]
type: testharness
[Cache.put]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-storage-keys.https.html]
type: testharness
[CacheStorage.keys]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-storage-match.https.html]
type: testharness
[CacheStorage.match]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-storage.https.html]
type: testharness
[CacheStorage]
expected: FAIL

Просмотреть файл

@ -0,0 +1,14 @@
[cache-add.https.html]
type: testharness
[Cache.add called with Request object]
expected: FAIL
[Cache.add called with Request object with a used body]
expected: FAIL
[Cache.add called twice with the same Request object]
expected: FAIL
[Cache.addAll called with the same Request object specified twice]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[cache-delete.https.html]
type: testharness
[Cache.delete called with a Request object]
expected: FAIL
[Cache.delete with a Request object containing used body]
expected: FAIL

Просмотреть файл

@ -0,0 +1,130 @@
[cache-match.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with no matching entries]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with no matching entries]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with URL]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with URL]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with Request]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with Request]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with new Request]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with new Request]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with Request containing non-empty body]
expected: FAIL
[Cache.matchAll with ignoreSearch option (request with no search parameters)]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with ignoreSearch option (request with no search parameters)]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with ignoreSearch option (request with search parameter)]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with ignoreSearch option (request with search parameter)]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with URL containing fragment]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with URL containing fragment]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with string fragment "http" as query]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with string fragment "http" as query]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with URL containing credentials]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with URL containing credentials]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with responses containing "Vary" header]
expected:
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with responses containing "Vary" header]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.matchAll with "ignoreVary" parameter]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match with Request and Response objects with different URLs]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
[Cache.match invoked multiple times for the same Request/Response]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT

Просмотреть файл

@ -0,0 +1,10 @@
[cache-put.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[Cache.put with Request containing a body]
expected: FAIL
[Cache.put with a used response body]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-storage-keys.https.html]
type: testharness
[CacheStorage keys]
expected: FAIL

Просмотреть файл

@ -0,0 +1,7 @@
[cache-storage-match.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[CacheStorageMatch with no caches available but name provided]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[cache-storage.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[CacheStorage.open with existing cache]
expected: FAIL
[CacheStorage names are DOMStrings not USVStrings]
expected: FAIL

Просмотреть файл

@ -0,0 +1,6 @@
[sandboxed-iframes.https.html]
type: testharness
expected: ERROR
[Sandboxed iframe without allow-same-origin is denied access]
expected: FAIL

Просмотреть файл

@ -0,0 +1,14 @@
[cache-add.https.html]
type: testharness
[Cache.add called with Request object]
expected: FAIL
[Cache.add called with Request object with a used body]
expected: FAIL
[Cache.add called twice with the same Request object]
expected: FAIL
[Cache.addAll called with the same Request object specified twice]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[cache-delete.https.html]
type: testharness
[Cache.delete called with a Request object]
expected: FAIL
[Cache.delete with a Request object containing used body]
expected: FAIL

Просмотреть файл

@ -0,0 +1,84 @@
[cache-match.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with no matching entries]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with no matching entries]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with URL]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with URL]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with Request]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with Request]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with new Request]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with new Request]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with Request containing non-empty body]
expected: FAIL
[Cache.matchAll with ignoreSearch option (request with no search parameters)]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with ignoreSearch option (request with no search parameters)]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with ignoreSearch option (request with search parameter)]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with ignoreSearch option (request with search parameter)]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with URL containing fragment]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with URL containing fragment]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with string fragment "http" as query]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with string fragment "http" as query]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with URL containing credentials]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.match with URL containing credentials]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with responses containing "Vary" header]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[cache-put.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[Cache.put with Request containing a body]
expected: FAIL
[Cache.put with a used response body]
expected: FAIL

Просмотреть файл

@ -0,0 +1,5 @@
[cache-storage-keys.https.html]
type: testharness
[CacheStorage keys]
expected: FAIL

Просмотреть файл

@ -0,0 +1,7 @@
[cache-storage-match.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[CacheStorageMatch with no caches available but name provided]
expected: FAIL

Просмотреть файл

@ -0,0 +1,40 @@
[cache-storage.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[CacheStorage.open with existing cache]
expected: FAIL
[CacheStorage names are DOMStrings not USVStrings]
expected: FAIL
[CacheStorage.open]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
[CacheStorage.open with an empty name]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
[CacheStorage.has with existing cache]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
[CacheStorage.has with nonexistent cache]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
[CacheStorage.delete with existing cache]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
[CacheStorage.delete with nonexistent cache]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL