Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
From ede95a4f4487b4fc3cad8452ae388376966fca0e Mon Sep 17 00:00:00 2001
|
||||
From: Chris Lamb <lamby@debian.org>
|
||||
Date: Fri, 5 Apr 2019 15:48:23 +0200
|
||||
Subject: [PATCH] Mark non-determinstic test_minimize_dfa test as XFAIL
|
||||
|
||||
Sourced from Debian [1]
|
||||
[1] https://sources.debian.org/src/python-whoosh/2.7.4%2Bgit6-g9134ad92-8/debian/patches/0003-Mark-non-determinstic-test_minimize_dfa-test-as-XFAI.patch/
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
tests/test_automata.py | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/tests/test_automata.py b/tests/test_automata.py
|
||||
index daab96c..7031dc3 100644
|
||||
--- a/tests/test_automata.py
|
||||
+++ b/tests/test_automata.py
|
||||
@@ -327,6 +327,7 @@ def test_regular():
|
||||
assert not ex.accept("bc")
|
||||
|
||||
|
||||
+@pytest.mark.xfail(strict=False)
|
||||
def test_minimize_dfa():
|
||||
# Example from www.cs.odu.edu/~toida/nerzic/390teched/regular/fa/min-fa.html
|
||||
|
||||
--
|
||||
2.44.0
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
pytest --automake
|
||||
Reference in New Issue
Block a user