mbox series

[scarthgap,0/9] go tests backports

Message ID 20251113122806.16769-1-peter.marko@siemens.com
Headers show
Series go tests backports | expand

Message

Marko, Peter Nov. 13, 2025, 12:27 p.m. UTC
I'm working on scarthgap/go mixin layer where I also want to run proper tests.
This series makes testing equivalent to that what is available on the master branch.

The two patches from me are not backports yet, but are already submitted.

Alexander Kanavin (1):
  goarch.bbclass: do not leak TUNE_FEATURES into crosssdk task
    signatures

Osama Abdelkader (3):
  go: add sdk test
  go: extend runtime test
  go: remove duplicate arch map in sdk test

Peter Marko (2):
  oeqa: fix package detection in go sdk tests
  oeqa: drop unnecessary dependency from go runtime tests

Ross Burton (3):
  testsdk: allow user to specify which tests to run
  oe/sdk: fix empty SDK manifests
  lib/oe/go: document map_arch, and raise an error on unknown
    architecture

 meta/classes-recipe/goarch.bbclass  |   3 +
 meta/classes-recipe/testsdk.bbclass |   3 +
 meta/lib/oe/go.py                   |   6 +-
 meta/lib/oe/sdk.py                  |   3 +-
 meta/lib/oeqa/files/test.go         |   7 ++
 meta/lib/oeqa/runtime/cases/go.py   |  66 +++++++++++++++++
 meta/lib/oeqa/sdk/cases/go.py       | 107 ++++++++++++++++++++++++++++
 meta/lib/oeqa/sdk/testsdk.py        |   3 +-
 meta/lib/oeqa/sdkext/testsdk.py     |   3 +-
 9 files changed, 197 insertions(+), 4 deletions(-)
 create mode 100644 meta/lib/oeqa/files/test.go
 create mode 100644 meta/lib/oeqa/sdk/cases/go.py