File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 90
90
91
91
# Rope project settings
92
92
.ropeproject
93
+
94
+ # Eclipse project settings
95
+ .project
96
+ .settings /
Original file line number Diff line number Diff line change @@ -391,10 +391,12 @@ The real test consists in running the regression tests:
391
391
392
392
These failures are false alarms.
393
393
394
- * ``test_java_visibility `` and ``test_jy_internals `` fail
394
+ * ``test___all__ ``, `` test_java_visibility `` and ``test_jy_internals `` fail
395
395
because we (deliberately) do not include certain JARs.
396
396
* ``test_sort `` fails intermittently on later versions of Java.
397
- * ``test_ssl_jy `` fails because of our shading of ``bouncycastle `` classes.
397
+ * ``test_ssl_jy `` fails because of `bjo issue 2858 `_.
398
+
399
+ .. _bjo issue 2858 : https://bugs.jython.org/issue2858
398
400
399
401
400
402
Stand-alone ``regrtest ``
You can’t perform that action at this time.
0 commit comments