Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent failure in /html/semantics/forms/textfieldselection/select-event.html #27980

Open
jdm opened this issue Dec 23, 2020 · 0 comments
Open
Labels
I-intermittent Problem reproduces intermittently.

Comments

@jdm
Copy link
Member

jdm commented Dec 23, 2020

1 unexpected results that are NOT known-intermittents:
  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] textarea: setSelectionRange() a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] textarea: setSelectionRange out of range a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type text: selectionEnd a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type text: setRangeText() a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type text: selectionStart out of range a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type text: selectionEnd out of range a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type text: setSelectionRange out of range a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type search: selectionStart a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type search: selectionDirection a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type search: setSelectionRange() a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type search: setSelectionRange out of range a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type tel: select() a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type tel: setSelectionRange() a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type tel: setRangeText() a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type tel: setSelectionRange out of range a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type url: select() a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type url: selectionEnd a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type url: setSelectionRange() a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type url: setRangeText() a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type url: selectionStart out of range a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type url: selectionEnd out of range a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type password: selectionStart a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  â”” PASS [expected FAIL] input type password: selectionDirection a second time (must not fire select)

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type password: setSelectionRange() a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code

  â–¶ Unexpected subtest result in /html/semantics/forms/textfieldselection/select-event.html:
  │ FAIL [expected PASS] input type password: setSelectionRange out of range a second time (must not fire select)
  └   → assert_unreached: the select event must not fire the second time Reached unreachable code


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-intermittent Problem reproduces intermittently.
Projects
None yet
Development

No branches or pull requests

1 participant