From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 22 Dec 2015 10:12:44 +0800 Subject: [U-Boot] Driver model test breakages In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, Simon, On Tue, Dec 22, 2015 at 6:46 AM, Joe Hershberger wrote: > Hi Simon and Bin > > On Thu, Dec 10, 2015 at 8:05 PM, Simon Glass wrote: >> Hi, >> >> The following three commits causes breakages in the driver model tests: >> >> 4efad20a sf: Update status reg check in spi_flash_cmd_wait_ready >> 45b47734 net/arp: account for ARP delay, avoid duplicate packets on timeout >> 9961a0b6 sandbox: add a sandbox timer and basic test >> >> Can you please take a look? You can run them with ./test/dm/test-dm.sh > > It appears that ac1d313 (net: eth: Check return value in various > places) breaks the eth_rotate test. > > Looking into it. Bin, do you have any ideas? I will look into this. BTW: I applied the following two patches [1][2] to the tree based on dm/master, and got a segmentation fault: Test: dm_test_usb_keyb ./test/dm/test-dm.sh: line 14: 24902 Segmentation fault ./sandbox/u-boot -d ./sandbox/arch/sandbox/dts/test.dtb -c "ut dm" [1] http://patchwork.ozlabs.org/patch/555597/ [2] http://patchwork.ozlabs.org/patch/559783/ Regards, Bin