Changeset 78ea3c for tests/regression
- Timestamp:
- Jun 21, 2017, 10:02:50 PM (8 years ago)
- 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. - Location:
- tests/regression
- Files:
-
- 6 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Makefile.am
rbe848d r78ea3c 140 140 $(srcdir)/Molecules/LinearInterpolationofTrajectories/testsuite-molecules-linear-interpolation-of-trajectories.at \ 141 141 $(srcdir)/Molecules/Remove/testsuite-molecules-remove.at \ 142 $(srcdir)/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at \ 142 143 $(srcdir)/Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at \ 143 144 $(srcdir)/Molecules/RotateAroundSelf/testsuite-molecules-rotate-around-self.at \ -
tests/regression/Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at
rbe848d r78ea3c 49 49 50 50 AT_SETUP([Molecules - Rotate to PAS with Undo]) 51 AT_XFAIL_IF([/bin/true])52 51 AT_KEYWORDS([molecules rotate-to-principal-axis-system undo]) 53 52 … … 80 79 81 80 AT_SETUP([Molecules - Rotate to PAS with Redo]) 82 AT_XFAIL_IF([/bin/true])83 81 AT_KEYWORDS([molecules rotate-to-principal-axis-system redo]) 84 82 -
tests/regression/Molecules/testsuite-molecules.at
rbe848d r78ea3c 60 60 m4_include([Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at]) 61 61 62 # rotate around one of its bond 63 m4_include([Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at]) 64 62 65 # Rotate around origin 63 66 m4_include([Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at]) -
tests/regression/WorldTime/StepWorldTime/testsuite-worldtime-step-world-time.at
rbe848d r78ea3c 21 21 AT_KEYWORDS([worldtime step-world-time set-world-time]) 22 22 23 AT_CHECK([../../molecuilder --step-world-time --steps-forward1], 0, [stdout], [stderr])23 AT_CHECK([../../molecuilder --step-world-time 1], 0, [stdout], [stderr]) 24 24 AT_CHECK([fgrep "Current time step is now: 1" stdout], 0, [ignore], [ignore]) 25 AT_CHECK([../../molecuilder --set-world-time 4 --step-world-time - -steps-backward2], 0, [stdout], [stderr])25 AT_CHECK([../../molecuilder --set-world-time 4 --step-world-time -2], 0, [stdout], [stderr]) 26 26 AT_CHECK([fgrep "Current time step is now: 2" stdout], 0, [ignore], [ignore]) 27 27 # stepping back too far fails 28 AT_CHECK([../../molecuilder --set-world-time 1 --step-world-time - -steps-backward2], 5, [stdout], [stderr])28 AT_CHECK([../../molecuilder --set-world-time 1 --step-world-time -2], 5, [stdout], [stderr]) 29 29 30 30 AT_CLEANUP … … 34 34 AT_KEYWORDS([worldtime step-world-time set-world-time undo]) 35 35 36 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time - -steps-backward1 --undo], 0, [stdout], [stderr])36 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time -1 --undo], 0, [stdout], [stderr]) 37 37 AT_CHECK([fgrep "Current time step is now again: 2" stdout], 0, [ignore], [ignore]) 38 38 … … 42 42 AT_KEYWORDS([worldtime step-world-time set-world-time undo redo]) 43 43 44 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time - -steps-backward1 --undo --redo], 0, [stdout], [stderr])44 AT_CHECK([../../molecuilder --set-world-time 2 --step-world-time -1 --undo --redo], 0, [stdout], [stderr]) 45 45 AT_CHECK([fgrep "Current time step is now: 1" stdout], 0, [ignore], [ignore]) 46 46
Note:
See TracChangeset
for help on using the changeset viewer.