pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ocaml: Note test failures remain



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Fri Aug 21 20:17:03 2026 -0400
Changeset:	d970489de815230d74d81f1b5643fb15d46024e2

Modified Files:
	ocaml/TODO

Log Message:
ocaml: Note test failures remain

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d970489de815230d74d81f1b5643fb15d46024e2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ocaml/TODO | 52 ++++++++++++++++++++++++++++++++++------------------
 1 file changed, 34 insertions(+), 18 deletions(-)

diffs:
diff --git a/ocaml/TODO b/ocaml/TODO
index 015c1465b6..0ef6c53094 100644
--- a/ocaml/TODO
+++ b/ocaml/TODO
@@ -1,29 +1,45 @@
-- review vs pkgsrc/lang/ocaml
-  + review dropped patches
-  + full diff and validate
+- Create meta-pkgs/bulk-test-ocaml and build it.
+
+- Examine unresolved upstream 5.x issues and decide to address or not.
+  + https://github.com/ocaml/ocaml/issues/11913 [stale]
+  + https://github.com/ocaml/ocaml/pull/13320
 
-- improve COMMIT_MESSAGE
+- Fix build with native compiler functionality (disabled).
+  + See native.mk; enabling native results in a link failure related
+    to pthread.
+  + Check that the resulting ocaml package works with packages that
+    use ocaml.
 
-- Run tests and file issues upstream
+- Run tests and file issues upstream.
   + 20251020 NetBSD 10 amd64
-    List of failed tests:
-      tests/lib-bigarray-2/bigarrfml.ml
-      tests/lib-systhreads/testyield.ml
-
-- create meta-pkgs/bulk-test-ocaml and build it
+      List of failed tests:
+	tests/lib-bigarray-2/bigarrfml.ml
+	tests/lib-systhreads/testyield.ml
+  + 20260821 NetBSD 10 amd64 ocaml 5.5.0 non-native
+      List of failed tests:
+	  tests/lib-bigarray-2/bigarrfml.ml
+	  tests/lib-systhreads/testyield.ml
 
-- examine unresolved upstream 5.x issues and decide to address or not
-  + https://github.com/ocaml/ocaml/issues/11913 [stale]
-  + https://github.com/ocaml/ocaml/pull/13320
+      Summary:
+	1411 tests passed
+	 143 tests skipped
+	   2 tests failed
+	   0 tests not started (parent test skipped or failed)
+	   0 unexpected errors
+	1556 tests considered
+  
 
-- test programs using unison
+- Test ocaml-using programs.
   + unison
-  + (call for tests on unison-users)
+  + ?
 
-- Check on native compiler functionality (disabled)
-  + does it build
-  + does the resulting ocaml build programs that work
+- Review vs pkgsrc/lang/ocaml.
+  + review dropped patches
+  + full diff and validate
 
 - Check over PLIST and how it does or doesn't vary across arch and
   opsys.  There was a prior note about "opsys-specific entries", not
   understood.
+
+- Improve COMMIT_MESSAGE.
+


Home | Main Index | Thread Index | Old Index