All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH
@ 2017-03-07 15:26 Andrew Cooper
  2017-03-07 15:38 ` Ian Jackson
  2017-03-13  9:23 ` Wei Liu
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Cooper @ 2017-03-07 15:26 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Ian Jackson, Wei Liu

./xtf-runner wants to distinguish between a clean and unclean exits of the
test.  OSSTest doesn't care, so map unclean exit to failure.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
 ts-xtf-run | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-xtf-run b/ts-xtf-run
index d405bfb..c95ec5f 100755
--- a/ts-xtf-run
+++ b/ts-xtf-run
@@ -39,6 +39,7 @@ sub xtf_result_to_osstest_result ($) {
     return "skip" if $xret == 3; # XTF SKIP
     return "fail" if $xret == 4; # XTF ERROR
     return "fail" if $xret == 5; # XTF FAILURE
+    return "fail" if $xret == 6; # XTF CRASH
     die "xtf runner gave unexpected result $xret";
 }
 
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH
  2017-03-07 15:26 [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH Andrew Cooper
@ 2017-03-07 15:38 ` Ian Jackson
  2017-04-06 18:20   ` Andrew Cooper
  2017-03-13  9:23 ` Wei Liu
  1 sibling, 1 reply; 5+ messages in thread
From: Ian Jackson @ 2017-03-07 15:38 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Wei Liu, Xen-devel

Andrew Cooper writes ("[OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH"):
> ./xtf-runner wants to distinguish between a clean and unclean exits of the
> test.  OSSTest doesn't care, so map unclean exit to failure.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH
  2017-03-07 15:26 [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH Andrew Cooper
  2017-03-07 15:38 ` Ian Jackson
@ 2017-03-13  9:23 ` Wei Liu
  1 sibling, 0 replies; 5+ messages in thread
From: Wei Liu @ 2017-03-13  9:23 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Wei Liu, Ian Jackson, Xen-devel

On Tue, Mar 07, 2017 at 03:26:52PM +0000, Andrew Cooper wrote:
> ./xtf-runner wants to distinguish between a clean and unclean exits of the
> test.  OSSTest doesn't care, so map unclean exit to failure.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Reviewed-by: Wei Liu <wei.liu2@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH
  2017-03-07 15:38 ` Ian Jackson
@ 2017-04-06 18:20   ` Andrew Cooper
  2017-04-07  9:40     ` Ian Jackson
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cooper @ 2017-04-06 18:20 UTC (permalink / raw)
  To: Ian Jackson; +Cc: Wei Liu, Xen-devel

On 07/03/17 15:38, Ian Jackson wrote:
> Andrew Cooper writes ("[OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH"):
>> ./xtf-runner wants to distinguish between a clean and unclean exits of the
>> test.  OSSTest doesn't care, so map unclean exit to failure.
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Ping on this getting accepted?  I have some XTF improvements queued
behind not breaking OSSTest.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH
  2017-04-06 18:20   ` Andrew Cooper
@ 2017-04-07  9:40     ` Ian Jackson
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Jackson @ 2017-04-07  9:40 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Wei Liu, Xen-devel

Andrew Cooper writes ("Re: [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH"):
> Ping on this getting accepted?  I have some XTF improvements queued
> behind not breaking OSSTest.

Sorry for dropping this.  I have queued it up and will push it with
the TLS MITM series.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-07  9:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07 15:26 [OSSTEST PATCH] ts-xtf-run: Understand ./xtf-runner returning CRASH Andrew Cooper
2017-03-07 15:38 ` Ian Jackson
2017-04-06 18:20   ` Andrew Cooper
2017-04-07  9:40     ` Ian Jackson
2017-03-13  9:23 ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.