Skip to content

Commit

Permalink
Update run_tests test results
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/users/tmap/svn/repos/ferret/trunk@24186 fdbf22ae-c210-0410-be80-ca943da6b8f8
  • Loading branch information
karlmsmith committed Sep 6, 2017
1 parent 2361828 commit 1546026
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bench/TEST_SCRIPTS
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ bn_dot_product.jnl
bn_cache_management.jnl
bn_transp_choose.jnl
bn_iin_regrid.jnl
bn730_bug_fixes.jnl
bn721_bug_fixes.jnl
!
! bn_gif, bn_all_ef, and bn_startupfile at end
!
Expand Down
5 changes: 4 additions & 1 deletion bench/test_results/ferret_run_tests_err
Original file line number Diff line number Diff line change
Expand Up @@ -5135,7 +5135,10 @@ Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
*** Running ferret script: bn730_bug_fixes.jnl
*** Running ferret script: bn721_bug_fixes.jnl
PERMANENT data cleared from memory
TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
PERMANENT data cleared from memory
TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Expand Down
34 changes: 29 additions & 5 deletions bench/test_results/ferret_run_tests_log
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Benchmark scripts that will be run:
bn_cache_management.jnl
bn_transp_choose.jnl
bn_iin_regrid.jnl
bn730_bug_fixes.jnl
bn721_bug_fixes.jnl
bn_gif.jnl
bn_ps.jnl
bn_all_ef.jnl
Expand Down Expand Up @@ -54796,6 +54796,7 @@ ADD_9(A,B,C,D,E,F,G,H,I)
APPENDE(ENS,VAR)
AVET(A)
DATES(Offsets)
EARTH_DISTANCE(longitude,latitude)
EFSTRINGS(--)
FACTORIAL(A)
FFT_AMP(A)
Expand Down Expand Up @@ -103259,16 +103260,16 @@ list b2d[gf=aline_edges@iin]
8 / 9: 16.00 24.00
9 / 10: 18.00 27.00
10 / 11: 20.00 30.00
*** Running ferret script: bn730_bug_fixes.jnl
! bn730_bug_fixes.jnl
! test various fixes that went into version 7.3
*** Running ferret script: bn721_bug_fixes.jnl
! bn721_bug_fixes.jnl
! test various fixes that went into version 7.21
! 7/17 *acm*
!

GO bn_reset
cancel mode verify
ooooooooooooooooooooooooooooooooooooooooooo
GO err72_atts_as_vars.jnl
GO err72_atts_as_vars
! err72_atts_as_vars.jnl
! See ticket 2555. Allocation of pointers for these strings

Expand Down Expand Up @@ -103378,6 +103379,29 @@ list gattnames[i=1:24:2]
19 / 10:"nx"
21 / 11:"x_min"
23 / 12:"y_min"

GO bn_reset
cancel mode verify
ooooooooooooooooooooooooooooooooooooooooooo
GO err72_sum_in_x
! err72_sum_in_x.jnl
! ticket 2560, sum in X direcgtion when result is 0
! returne a missing-value

! Previously this result was missing
let var = {-1,1,0}
list var[x=@sum]
VARIABLE : {-1,1,0}
X : 0.5 to 3.5 (summed)
0.0000

! This was correct, 0
let yvar = ysequence(var)
list yvar[j=@sum]
VARIABLE : YSEQUENCE(VAR)
Y : 0.5 to 3.5 (summed)
0.0000

*** Running ferret script: bn_gif.jnl
! bn450_gif.JNL - copied from bn450_plot.jnl
! this journal file only tests the writing of gif file in batch mode using
Expand Down
2 changes: 1 addition & 1 deletion bench/test_results/ferret_run_tests_ncdump
Original file line number Diff line number Diff line change
Expand Up @@ -3092,7 +3092,7 @@ variables:
*** Running ferret script: bn_cache_management.jnl
*** Running ferret script: bn_transp_choose.jnl
*** Running ferret script: bn_iin_regrid.jnl
*** Running ferret script: bn730_bug_fixes.jnl
*** Running ferret script: bn721_bug_fixes.jnl
*** Running ferret script: bn_gif.jnl
*** Running ferret script: bn_ps.jnl
*** Running ferret script: bn_all_ef.jnl
Expand Down

0 comments on commit 1546026

Please sign in to comment.