[BACK]Return to t_factor.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / games

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/games/t_factor.sh between version 1.1 and 1.2

version 1.1, 2007/11/12 15:19:46 version 1.2, 2008/02/05 08:33:50
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
 # Copyright (c) 2007 The NetBSD Foundation, Inc.  # Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 # All rights reserved.  # All rights reserved.
 #  #
 # Redistribution and use in source and binary forms, with or without  # Redistribution and use in source and binary forms, with or without
Line 54  loop_head() {
Line 54  loop_head() {
         atf_set "require.progs" "factor"          atf_set "require.progs" "factor"
 }  }
 loop_body() {  loop_body() {
         # XXX Remove this warning once ATF is able to delimit a test case's  
         # execution time, and properly enable this feature.  
         echo "WARNING: These tests will loop endlessly with an old factor" \  
              "program"  
         expect '99999999999991' '99999999999991: 7 13 769231 1428571'          expect '99999999999991' '99999999999991: 7 13 769231 1428571'
         expect '2147483647111311' '2147483647111311: 3 3 3 131 607148331103'          expect '2147483647111311' '2147483647111311: 3 3 3 131 607148331103'
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>