Changeset 78ea3c for tests/regression


Ignore:
Timestamp:
Jun 21, 2017, 10:02:50 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChangeBugEmailaddress, ChemicalSpaceEvaluator, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_oldresults, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps
Children:
310445
Parents:
be848d (diff), 101d2d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'Docu_Python_wait' into Candidate_v1.6.1

Conflicts:

tests/Python/AllActions/options.dat

  • two options introduced at same place, both get in.
Location:
tests/regression
Files:
6 added
4 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Makefile.am

    rbe848d r78ea3c  
    140140        $(srcdir)/Molecules/LinearInterpolationofTrajectories/testsuite-molecules-linear-interpolation-of-trajectories.at \
    141141        $(srcdir)/Molecules/Remove/testsuite-molecules-remove.at \
     142        $(srcdir)/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at \
    142143        $(srcdir)/Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at \
    143144        $(srcdir)/Molecules/RotateAroundSelf/testsuite-molecules-rotate-around-self.at \
  • tests/regression/Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at

    rbe848d r78ea3c  
    4949
    5050AT_SETUP([Molecules - Rotate to PAS with Undo])
    51 AT_XFAIL_IF([/bin/true])
    5251AT_KEYWORDS([molecules rotate-to-principal-axis-system undo])
    5352
     
    8079
    8180AT_SETUP([Molecules - Rotate to PAS with Redo])
    82 AT_XFAIL_IF([/bin/true])
    8381AT_KEYWORDS([molecules rotate-to-principal-axis-system redo])
    8482
  • tests/regression/Molecules/testsuite-molecules.at

    rbe848d r78ea3c  
    6060m4_include([Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at])
    6161
     62# rotate around one of its bond
     63m4_include([Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at])
     64
    6265# Rotate around origin
    6366m4_include([Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at])
  • tests/regression/WorldTime/StepWorldTime/testsuite-worldtime-step-world-time.at

    rbe848d r78ea3c  
    2121AT_KEYWORDS([worldtime step-world-time set-world-time])
    2222
    23 AT_CHECK([../../molecuilder --step-world-time --steps-forward 1], 0, [stdout], [stderr])
     23AT_CHECK([../../molecuilder --step-world-time 1], 0, [stdout], [stderr])
    2424AT_CHECK([fgrep "Current time step is now: 1" stdout], 0, [ignore], [ignore])
    25 AT_CHECK([../../molecuilder --set-world-time 4 --step-world-time --steps-backward 2], 0, [stdout], [stderr])
     25AT_CHECK([../../molecuilder --set-world-time 4 --step-world-time -2], 0, [stdout], [stderr])
    2626AT_CHECK([fgrep "Current time step is now: 2" stdout], 0, [ignore], [ignore])
    2727# stepping back too far fails
    28 AT_CHECK([../../molecuilder --set-world-time 1 --step-world-time --steps-backward 2], 5, [stdout], [stderr])
     28AT_CHECK([../../molecuilder --set-world-time 1 --step-world-time -2], 5, [stdout], [stderr])
    2929
    3030AT_CLEANUP
     
    3434AT_KEYWORDS([worldtime step-world-time set-world-time undo])
    3535
    36 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time --steps-backward  1 --undo], 0, [stdout], [stderr])
     36AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time -1 --undo], 0, [stdout], [stderr])
    3737AT_CHECK([fgrep "Current time step is now again: 2" stdout], 0, [ignore], [ignore])
    3838
     
    4242AT_KEYWORDS([worldtime step-world-time set-world-time undo redo])
    4343
    44 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time --steps-backward 1 --undo --redo], 0, [stdout], [stderr])
     44AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time -1 --undo --redo], 0, [stdout], [stderr])
    4545AT_CHECK([fgrep "Current time step is now: 1" stdout], 0, [ignore], [ignore])
    4646
Note: See TracChangeset for help on using the changeset viewer.