tor-browser

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

language-model-create.tentative.https.window.js.ini (1341B)


      1 [language-model-create.tentative.https.window.html]
      2  expected: ERROR
      3  [Ensure sessions can be created]
      4    expected: FAIL
      5 
      6  [LanguageModel.create() returns a valid object with default options]
      7    expected: FAIL
      8 
      9  [LanguageModel.create() notifies its monitor on downloadprogress]
     10    expected: FAIL
     11 
     12  [Progress events are not emitted after aborted.]
     13    expected: TIMEOUT
     14 
     15  [Create with topK and temperature]
     16    expected: NOTRUN
     17 
     18  [Create with only topK should fail]
     19    expected: NOTRUN
     20 
     21  [Create with only temperature should fail]
     22    expected: NOTRUN
     23 
     24  [Create with negative temperature should fail]
     25    expected: NOTRUN
     26 
     27  [Create with zero topK should fail]
     28    expected: NOTRUN
     29 
     30  [Create with negative topK should fail]
     31    expected: NOTRUN
     32 
     33  [Create with fractional topK should be rounded down]
     34    expected: NOTRUN
     35 
     36  [Create with initialPrompts]
     37    expected: NOTRUN
     38 
     39  [Create with empty initialPrompts]
     40    expected: NOTRUN
     41 
     42  [Create with initialPrompts without system role]
     43    expected: NOTRUN
     44 
     45  [Create with system role not ordered first should fail]
     46    expected: NOTRUN
     47 
     48  [Create multiple system role entries should fail]
     49    expected: NOTRUN
     50 
     51  [LanguageModel.create() rejects when given invalid language tags]
     52    expected: NOTRUN
     53 
     54  [LanguageModel.create() canonicalizes language tags]
     55    expected: NOTRUN