Module: xenomai-3
Branch: next
Commit: 4938afd7cc865fcead40cc55ca9ac671f326db85
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=4938afd7cc865fcead40cc55ca9ac671f326db85

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Aug 26 17:14:49 2015 +0200

testsuite/smokey: sched-tp: don't check for sequence with --vm

---

 testsuite/smokey/sched-tp/sched-tp.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/testsuite/smokey/sched-tp/sched-tp.c 
b/testsuite/smokey/sched-tp/sched-tp.c
index c15b0d9..8705eed 100644
--- a/testsuite/smokey/sched-tp/sched-tp.c
+++ b/testsuite/smokey/sched-tp/sched-tp.c
@@ -223,6 +223,9 @@ static int run_sched_tp(struct smokey_test *t, int argc, 
char *const argv[])
        sem_destroy(&barrier);
        free(p);
 
+       if (smokey_on_vm)
+               return 0;
+
        if (overflow) {
                smokey_warning("schedule overflowed");
                return -EPROTO;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to