Changeset 7e13972 in mainline for kernel/test/fpu/mips2.c


Ignore:
Timestamp:
2006-12-12T18:51:06Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cce6acf
Parents:
96348adc
Message:

remove asserts and panics from tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/fpu/mips2.c

    r96348adc r7e13972  
    3131#include <print.h>
    3232#include <debug.h>
    33 #include <panic.h>
    3433
    3534#include <test.h>
     
    103102               
    104103                if (arg != after_arg) {
    105                         panic("General reg tid%d: arg(%d) != %d\n", THREAD->tid, arg, after_arg);
     104                        printf("General reg tid%d: arg(%d) != %d\n", THREAD->tid, arg, after_arg);
    106105                        atomic_inc(&threads_fault);
    107106                        break;
Note: See TracChangeset for help on using the changeset viewer.