Changeset 25176


Ignore:
Timestamp:
06/29/20 11:30:02 (5 years ago)
Author:
jdquinn
Message:

CHG: Changes to test suites.

Location:
issm/trunk-jpl
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-dakota

    r25174 r25176  
    8181# - Errors are large for tests 234 418 and 420 under Python
    8282# - See test417.py for why it is excluded
     83# - Test 444 fails intermittently under Python with "IndexError: list index out of range"
    8384#
    8485MATLAB_NROPTIONS="'exclude',[234 235 418 420 444 445],'id',[IdFromString('Dakota')]"
    85 PYTHON_NROPTIONS="--exclude 234 417 418 420 --include_name 'Dakota'"
     86PYTHON_NROPTIONS="--exclude 234 417 418 420 444 --include_name 'Dakota'"
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

    r25174 r25176  
    77MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    88PACKAGE="ISSM" # Name of directory to copy distributable files to
    9 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420" # Exclude any tests with transient solutions that require a restart
     9PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444" # Exclude any tests with transient solutions that require a restart
    1010TARBALL_NAME="issm-mac-with_dakota"
    1111TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/test/NightlyRun/test444.m

    r25174 r25176  
    22
    33% TODO:
    4 % - Figure out why test fails intermittently on Mac with "Index exceeds array bounds."
     4% - Figure out why test fails intermittently on Mac with "Index exceeds array
     5% bounds."
    56%
    67
  • issm/trunk-jpl/test/NightlyRun/test444.py

    r25133 r25176  
    11#Test Name: SquareShelfTranForceNeg2dDakotaLocal
     2
     3# TODO:
     4# - Figure out why test fails intermittently on Mac with "IndexError: list
     5# index out of range"
     6#
     7
    28import numpy as np
    39from model import *
  • issm/trunk-jpl/test/NightlyRun/test445.m

    r25174 r25176  
    22
    33% TODO:
    4 % - Figure out why test fails intermittently on Mac with "Index exceeds array bounds."
     4% - Figure out why test fails intermittently on Mac with "Index exceeds array
     5% bounds."
    56%
    67
Note: See TracChangeset for help on using the changeset viewer.