source: git/Tst/New/gf_imap.tst @ d208a80

spielwiese
Last change on this file since d208a80 was d208a80, checked in by Yue Ren <ren@…>, 11 years ago
new: imap test in gf case fails on 64bit machines, one of the reasons, why imap.tst fails there
  • Property mode set to 100644
File size: 406 bytes
RevLine 
[d208a80]1LIB "tst.lib"; tst_init();
2/* the following code is (one) reason, why imap.tst fails on 64bit machines. It runs endlessly with regular Singular in spielwiese and crashes under Singularg, while running smoothly on 32bit machines. */
3ring s2 = (32003, a,b), (x, y), lp;
4poly p = 1 + a + a2 + b + ab + ax + ay + bx + x + y + xy;
5ring f1 = (7, a) , (b, x, y), lp; minpoly = a2 + 1;
6imap(s2, p);
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.