tor-browser

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

result_node.py.ini (1681B)


      1 [result_node.py]
      2  [test_element_node[not_connected\]]
      3    expected:
      4      if tsan: [PASS, FAIL]
      5 
      6  [test_attribute_node[basic\]]
      7    expected:
      8      if tsan: [PASS, ERROR]
      9 
     10  [test_attribute_node[namespaceURI\]]
     11    expected:
     12      if tsan: [PASS, ERROR]
     13 
     14  [test_text_node[basic\]]
     15    expected:
     16      if tsan: [PASS, ERROR]
     17 
     18  [test_cdata_node[basic\]]
     19    expected:
     20      if tsan: [PASS, ERROR]
     21 
     22  [test_processing_instruction_node[basic\]]
     23    expected:
     24      if tsan: [PASS, ERROR]
     25 
     26  [test_comment_node[basic\]]
     27    expected:
     28      if tsan: [PASS, ERROR]
     29 
     30  [test_document_node[basic\]]
     31    expected:
     32      if tsan: [PASS, ERROR]
     33 
     34  [test_doctype_node[basic\]]
     35    expected:
     36      if tsan: [PASS, ERROR]
     37 
     38  [test_document_fragment_node[shadowRoot\]]
     39    expected:
     40      if tsan: [PASS, ERROR]
     41 
     42  [test_document_fragment_node[not connected\]]
     43    expected:
     44      if tsan: [PASS, ERROR]
     45 
     46  [test_node_embedded_within[array\]]
     47    expected:
     48      if tsan: [PASS, ERROR]
     49 
     50  [test_node_embedded_within[map-key\]]
     51    expected:
     52      if tsan: [PASS, ERROR]
     53 
     54  [test_node_embedded_within[map-value\]]
     55    expected:
     56      if tsan: [PASS, ERROR]
     57 
     58  [test_node_embedded_within[object\]]
     59    expected:
     60      if tsan: [PASS, ERROR]
     61 
     62  [test_node_embedded_within[set\]]
     63    expected:
     64      if tsan: [PASS, ERROR]
     65 
     66  [test_node_within_dom_collection[htmlcollection\]]
     67    expected:
     68      if tsan: [PASS, ERROR]
     69 
     70  [test_node_within_dom_collection[nodelist\]]
     71    expected:
     72      if tsan: [PASS, ERROR]
     73 
     74  [test_custom_element_with_shadow_root[open\]]
     75    expected:
     76      if tsan: [PASS, ERROR]
     77 
     78  [test_custom_element_with_shadow_root[closed\]]
     79    expected:
     80      if tsan: [PASS, ERROR]