GoogleChromeLabs / pywebsocket3

BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

Autobahn server test failed #6

Open ricea opened 4 years ago

ricea commented 4 years ago

Migrated from https://github.com/google/pywebsocket/issues/107:

Autobahn server test failed in some tests.

failed tests:
  Case 3.2, 3.3, 3.4
  Case 4.1.3, 4.1.4, 4.1.5
  Case 4.2.3, 4.2.4, 4.2.5
  Case 5.6, 5.7, 5.8
  Case 5.19, 5.20
  Case 9.3.1, 9.3.2
  Case 9.4.1, 9.4.2

Original issue reported on code.google.com by toyoshim@chromium.org on 19 Aug 2011 at 11:19

ricea commented 4 years ago

Still failing:

  Case 3.2, 3.3, 3.4
  Case 4.1.3, 4.1.4, 4.1.5
  Case 4.2.3, 4.2.4, 4.2.5
  Case 5.6, 5.7, 5.8
  Case 5.19, 5.20

No longer failing:

  Case 9.3.1, 9.3.2
  Case 9.4.1, 9.4.2

Newly failing:

6.3.1, 6.3.2
6.20.*
6.21.*
7.1.5
7.5.1
7.9.*

Most of our failures seem to be due to being overly forgiving of invalid input, so fortunately the issues do not seem too serious.