This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/meta/lib/oeqa/core/utils/concurrencytest.py b/meta/lib/oeqa/core/utils/concurrencytest.py | |
index ae68fd5090..ed5b89b671 100644 | |
--- a/meta/lib/oeqa/core/utils/concurrencytest.py | |
+++ b/meta/lib/oeqa/core/utils/concurrencytest.py | |
@@ -82,7 +82,10 @@ class ProxyTestResult: | |
return method(test, *args, **kwargs) | |
def addSubTest(self, test, subtest, outcome, **kwargs): | |
- self._addResult(self.result.addSubTest, test, subtest, outcome, exception = (outcome is not None), **kwargs) | |
+ if outcome is None: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-09-06 17:44:14,431 - oe-selftest - WARNING - meta-selftest layer not found in BBLAYERS, adding it | |
2019-09-06 17:44:17,314 - oe-selftest - INFO - Adding layer libraries: | |
2019-09-06 17:44:17,314 - oe-selftest - INFO - /home/nathan/build/gnuts/openembedded-core/meta/lib | |
2019-09-06 17:44:17,314 - oe-selftest - INFO - /home/nathan/build/gnuts/openembedded-core/meta-selftest/lib | |
2019-09-06 17:44:17,315 - oe-selftest - INFO - Running bitbake -e to test the configuration is valid/parsable | |
2019-09-06 17:44:19,590 - oe-selftest - INFO - Adding: "include selftest.inc" in /home/nathan/build/gnuts-m-st-28613/conf/local.conf | |
2019-09-06 17:44:19,590 - oe-selftest - INFO - Adding: "include selftest.inc" in /home/nathan/build/gnuts-m-st-28614/conf/local.conf | |
2019-09-06 17:44:19,590 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf | |
2019-09-06 17:44:19,590 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf | |
2019-09-06 17:44:19,598 - oe-selftest - INFO - testconcurrent.TestCaseB.tes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ / (_) /____ | |/_/ | |
/ /__/ / __/ -_)> < | |
/____/_/\__/\__/_/|_| | |
(c) Copyright 2012-2019 Enjoy-Digital | |
(c) Copyright 2012-2015 M-Labs Ltd | |
BIOS built on May 5 2019 10:17:03 | |
BIOS CRC passed (b1957b0a) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nathanbuild@arty-lm32# runqemu arty-lm32 slirp | |
runqemu - INFO - Running MACHINE=arty-lm32 bitbake -e... | |
runqemu - INFO - Continuing with the following parameters: | |
KERNEL: [] | |
MACHINE: [arty-lm32] | |
FSTYPE: [none] | |
ROOTFS: [] | |
CONFFILE: [/storage/nathan/build/testing/tmp-newlib/deploy/images/arty-lm32/litex-fupy-image-arty-lm32-20181031154922.qemuboot.conf] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiled-in FDT at (ptrval) | |
Linux version 4.18.14 (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 Thu Oct 25 19:09:06 UTC 2018 | |
CPU: OpenRISC-0 (revision 0) @20 MHz | |
-- dcache disabled | |
-- icache disabled | |
-- dmmu: 128 entries, 1 way(s) | |
-- immu: 128 entries, 1 way(s) | |
-- additional features: | |
-- power management | |
-- PIC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OUTPUT_FORMAT("elf32-lm32") | |
ENTRY(_stext) | |
/*INCLUDE configs/misoc/include/generated/regions.ld*/ | |
MEMORY | |
{ | |
/*rom : ORIGIN = 0x04000000, LENGTH = 0x00008000*/ | |
/*sram : ORIGIN = 0x10000000, LENGTH = 0x00004000*/ | |
main_ram : ORIGIN = 0x08000000, LENGTH = 0x04000000 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// pcf | |
set_io pin_cs F7 | |
set_io pin_sck G7 | |
set_io pin_mosi G6 | |
set_io pin_miso H7 | |
set_io -nowarn pin_usbp A3 | |
set_io -nowarn pin_usbn A4 | |
set_io pin_clk C4 | |
set_io test_led J1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tools/imagetool.c b/tools/imagetool.c | |
index 855a096d0a..b39a1e3ce6 100644 | |
--- a/tools/imagetool.c | |
+++ b/tools/imagetool.c | |
@@ -51,14 +51,15 @@ int imagetool_verify_print_header( | |
* successful | |
*/ | |
if ((*curr)->print_header) { | |
- if (!params->quiet) | |
+ if (!params->quiet) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build system: GCC 7.1.0, binutils 2.28-20170627, Linux 4.12 (LE soft-float) (Nathan Rossi <nathan@nathanrossi.com>) | |
FAIL: debug/tst-backtrace2 | |
FAIL: debug/tst-backtrace3 | |
FAIL: debug/tst-backtrace4 | |
FAIL: debug/tst-backtrace5 | |
FAIL: debug/tst-backtrace6 | |
FAIL: debug/tst-chk2 | |
FAIL: debug/tst-chk3 | |
FAIL: debug/tst-chk5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
LOCALSRC="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
BUILDDIR=$(readlink -f $(pwd)) | |
TMPDIR=$(readlink -f $BUILDDIR/tmp-glibc) | |
OUTDIR=$(readlink -f $(pwd)/windows-testing) | |
ROOT=$(readlink -f $(pwd)/srv) | |
if [ ! -d $ROOT ]; then | |
mkdir -p $ROOT |
NewerOlder