File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,15 @@ ECHOFILENAME=: 1 NB. echo file name
21
21
22
22
stdout LF , ~ 9 !: 14 ' '
23
23
24
+ echo ' _DEBUG: ' ,": 2 !: 5 ' _DEBUG'
24
25
echo ' RUNNER_ARCH: ' ,": 2 !: 5 ' RUNNER_ARCH'
25
26
26
27
ddall=: ddall -. blacklist=: blacklist, (' OpenBSD' -: UNAME)# (< testpath), each < ' gstack.ijs' NB. temporarily disable
27
- ddall=: ddall -. blacklist=: blacklist, (' OpenBSD' -: UNAME)# (< testpath), each ' gtdot.ijs' ; ' gtdot3.ijs' ; ' gtdot4.ijs' NB. temporarily disable
28
+ ddall=: ddall -. blacklist=: blacklist, (' OpenBSD' -: UNAME)# (< testpath), each ' gtdot.ijs' ; ' gtdot3.ijs' ; ' gtdot4.ijs' ; ' gtdot5.ijs ' NB. temporarily disable
28
29
ddall=: ~. ddall , ~ (-. IFWA64)# ((< UNAME)e. ' Win' ; ' Darwin' )# (< testpath), each < ' glapack.ijs'
29
30
30
31
NB. smoke test
31
- NB. RES=: RUN4 (<testpath),each IF64{:: (<'gstack.ijs') ,&< 'gtdot .ijs';'gtdot3 .ijs'
32
+ NB. RES=: RUN4 (<testpath),each IF64{:: (<'gstack.ijs') ,&< 'gtdot1 .ijs';'gtdot5 .ijs'
32
33
NB. echo^:(*@#RES) RES
33
34
NB. RUN1 ::0:@dtb"1^:(*@#RES) RES
34
35
NB. exit^:(*@#RES) *@#RES
Original file line number Diff line number Diff line change @@ -73,16 +73,21 @@ LC_ALL=fr_FR.UTF-8 lldb -b -o run -k bt -k quit -- j64/jconsole -lib libj.$ext t
73
73
else
74
74
LC_ALL=fr_FR.UTF-8 j64/jconsole -lib libj.$ext testga.ijs
75
75
fi
76
- elif [ $1 = " linux " ] && [ " $_DEBUG " = " 3" ] ; then
76
+ elif [ " $_DEBUG " = " 3" ] ; then
77
77
echo " running debug"
78
78
LC_ALL=fr_FR.UTF-8 gdb -batch -return-child-result -ex " run" -ex " thread apply all bt" --args j64/jconsole -lib libj.$ext testga.ijs
79
79
else
80
80
LC_ALL=fr_FR.UTF-8 j64/jconsole -lib libj.$ext testga.ijs
81
81
fi
82
82
else
83
83
ls -l j32
84
+ if { [ $1 = " linux" ] || [ $1 = " raspberry" ] ; } && [ " $_DEBUG " = " 3" ] ; then
85
+ echo " running debug"
86
+ LC_ALL=fr_FR.UTF-8 gdb -batch -return-child-result -ex " run" -ex " thread apply all bt" --args j32/jconsole -lib libj.$ext testga.ijs
87
+ else
84
88
LC_ALL=fr_FR.UTF-8 j32/jconsole -lib libj.$ext testga.ijs
85
89
fi
90
+ fi
86
91
if [ $1 = " darwin" ]; then
87
92
if [ " $( sysctl -a | grep machdep.cpu | grep -c AVX2) " -ne 0 ] && [ -f " j64/libjavx2.$ext " ] ; then
88
93
if [ " $_DEBUG " = " 3" ]; then
You can’t perform that action at this time.
0 commit comments