File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / d / fpevent / test_list.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:30:17 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21


#include "evt_defs.h"

/***************************************************************************
*
*	These are the tests run with and without Floating Point Hardware
*
***************************************************************************/

/*
 *  Tests to run with Floating Point hardware and the FPP WCS
*/
struct test_t  fpp_test_tbl[] = {
	resop_test,	"Reserved Operand Test: ",
	ovfl_test,	"Overflow Test:         ",
	undfl_test,	"Underflow Test:        ",
	div_by_0_test,	"Divide by Zero Test:   ",
	int_ovfl_test,	"Integer Overflow Test: ",
	pipeline_test,	"Piped Events Test:     "
      };

int fpp_test_cnt = 6;
int pipe_test_index = 5;	/* index for piped events test */


/*
 *  Tests to run with the NO-FPP WCS
*/
struct test_t  no_fpp_test_tbl[] = {
	resop_test,	"Reserved Operand Test: ",
	fpm_test,	"FPP Emulation Test:    ",
	int_ovfl_test,	"Integer Overflow Test: "
      };

int no_fpp_test_cnt = 3;
 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.