public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] Driver model test breakages
Date: Fri, 11 Dec 2015 13:31:26 +0800	[thread overview]
Message-ID: <566A5FAE.5000407@wytron.com.tw> (raw)
In-Reply-To: <CAPnjgZ013w8GSwmqgQo5y7BJ9utEoS5N=zoRsvYjTYxXB_-zTw@mail.gmail.com>

Hi Simon,

On 2015?12?11? 10:05, 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
>
> The last one looks a bit complicated - I suspect it will be harder to
> fix. I am going to try to come up with some ideas...
>
> Regards,
> Simon
>

I didn't add a timer to test.dts. Please check if the dm timer fixed 
with this patch.
##############################################
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index b6d9a15..2e0d320 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -279,6 +279,11 @@
  			0x38 8>;
  	};

+	timer {
+		compatible = "sandbox,timer";
+		clock-frequency = <1000000>;
+	};
+
  	uart0: serial {
  		compatible = "sandbox,serial";
  		u-boot,dm-pre-reloc;
################################################

My test stopped at,
Test: dm_test_net_retry

How do I bypass this?

Best regards,
Thomas

  reply	other threads:[~2015-12-11  5:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-11  2:05 [U-Boot] Driver model test breakages Simon Glass
2015-12-11  5:31 ` Thomas Chou [this message]
2015-12-19 23:07   ` Simon Glass
2015-12-19 23:13 ` Simon Glass
2015-12-21 22:14   ` Joe Hershberger
2015-12-21 22:17     ` Joe Hershberger
2015-12-21 22:25       ` Joe Hershberger
2015-12-21 23:01       ` Simon Glass
2015-12-21 22:46 ` Joe Hershberger
2015-12-22  2:12   ` Bin Meng
2015-12-22  2:32     ` Joe Hershberger
2015-12-22  2:36       ` Bin Meng
2015-12-22  2:39         ` Joe Hershberger
2015-12-22  3:00           ` Bin Meng
2015-12-22  3:08             ` Joe Hershberger
2015-12-22  3:17               ` Joe Hershberger
2015-12-22 19:14                 ` Joe Hershberger
2015-12-22 19:39                   ` Joe Hershberger
2016-01-03 19:52                     ` Simon Glass
2016-01-04  5:12                       ` Jagan Teki
2016-01-04  6:09                         ` Bin Meng
2016-01-06  0:24                           ` Simon Glass
2016-01-15  1:34                             ` Simon Glass
2015-12-22  4:04               ` Bin Meng
2015-12-22  4:50                 ` Bin Meng
2015-12-22  6:43                   ` Bin Meng
2015-12-22 19:04                     ` Joe Hershberger
2015-12-22  2:46         ` Joe Hershberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=566A5FAE.5000407@wytron.com.tw \
    --to=thomas@wytron.com.tw \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox