tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idlharness.https.window.js.ini (2258B)


      1 [idlharness.https.window.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      4    if (os == "linux") and not debug: [OK, TIMEOUT]
      5  [MediaStreamTrack interface: track must inherit property "isolated" with the proper type]
      6    expected: FAIL
      7 
      8  [RTCIdentityAssertion interface object name]
      9    expected: FAIL
     10 
     11  [RTCIdentityAssertion interface: new RTCIdentityAssertion('idp', 'name') must inherit property "idp" with the proper type]
     12    expected: FAIL
     13 
     14  [RTCIdentityAssertion must be primary interface of new RTCIdentityAssertion('idp', 'name')]
     15    expected: FAIL
     16 
     17  [RTCIdentityAssertion interface: attribute name]
     18    expected: FAIL
     19 
     20  [RTCIdentityAssertion interface: existence and properties of interface prototype object's @@unscopables property]
     21    expected: FAIL
     22 
     23  [MediaStreamTrack interface: attribute isolated]
     24    expected: FAIL
     25 
     26  [MediaStreamTrack interface: track must inherit property "onisolationchange" with the proper type]
     27    expected: FAIL
     28 
     29  [RTCIdentityAssertion interface: existence and properties of interface object]
     30    expected: FAIL
     31 
     32  [RTCIdentityAssertion interface object length]
     33    expected: FAIL
     34 
     35  [RTCIdentityAssertion interface: existence and properties of interface prototype object's "constructor" property]
     36    expected: FAIL
     37 
     38  [RTCIdentityAssertion interface: existence and properties of interface prototype object]
     39    expected: FAIL
     40 
     41  [RTCPeerConnection interface: attribute idpErrorInfo]
     42    expected: FAIL
     43 
     44  [RTCIdentityAssertion interface: new RTCIdentityAssertion('idp', 'name') must inherit property "name" with the proper type]
     45    expected: FAIL
     46 
     47  [RTCPeerConnection interface: new RTCPeerConnection() must inherit property "idpErrorInfo" with the proper type]
     48    expected: FAIL
     49 
     50  [MediaStreamTrack interface: attribute onisolationchange]
     51    expected: FAIL
     52 
     53  [Stringification of new RTCIdentityAssertion('idp', 'name')]
     54    expected: FAIL
     55 
     56  [RTCIdentityAssertion interface: attribute idp]
     57    expected: FAIL
     58 
     59  [RTCError interface: attribute httpRequestStatusCode]
     60    expected: FAIL
     61 
     62  [idl_test setup]
     63    expected:
     64      if not debug and (os == "win") and (processor == "x86"): [PASS, TIMEOUT]
     65      if not debug and (os == "linux"): [PASS, TIMEOUT]