From ccbc0f26bbe97ec310e194cfab88ab367db5d827 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 4 Apr 2014 22:00:39 +0100 Subject: [PATCH] Mmqa test case function/46.c now passes; update passing. Copied from Perforce Change: 185236 ServerID: perforce.ravenbrook.com --- mps/test/function/46.c | 2 +- mps/test/testsets/passing | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mps/test/function/46.c b/mps/test/function/46.c index d79138215ea..c5cd9437859 100644 --- a/mps/test/function/46.c +++ b/mps/test/function/46.c @@ -169,6 +169,6 @@ int main(void) stackpointer=&m; /* hack to get stack pointer */ easy_tramp(test); - report("result", "unknown"); + pass(); return 0; } diff --git a/mps/test/testsets/passing b/mps/test/testsets/passing index 41421d36166..64c72fe2982 100644 --- a/mps/test/testsets/passing +++ b/mps/test/testsets/passing @@ -7,7 +7,7 @@ function/1.c % function/3.c -- interactive test, can't run unattended % function/4.c -- interactive test, can't run unattended function/5.c -% function/6.c -- job003494 +function/6.c function/7.c % function/8.c -- tries to exhaust memory by mps_arena_create function/9.c @@ -48,12 +48,12 @@ function/42.c function/43.c function/44.c function/45.c -% function/46.c -- report("result", "unknown"); @@@@ +function/46.c function/47.c function/48.c function/49.c function/50.c -% function/51.c -- would pass if we allowed iter = 4 @@@@ +% function/51.c -- job003739 function/52.c function/53.c function/55.c