Skip to content

Commit 2581ab2

Browse files
committed
launch updates
1 parent 925fdaf commit 2581ab2

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

.vscode/launch.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,66 @@
689689
"DOWNWARD_TOTAL_PUSHES": "5000000000000"
690690
},
691691
"justMyCode": false
692+
},
693+
{
694+
"name": "hyperCRM_run once",
695+
"type": "python",
696+
"request": "launch",
697+
"module": "pytest",
698+
"args": [ "-s",
699+
"-o",
700+
"log_cli=true",
701+
"tests/tests_with_data/test_HyperCRM.py::test_runonce"
702+
],
703+
"console": "integratedTerminal",
704+
"env": {
705+
"PYTHON": "pypy3",
706+
"HYPERC_SEARCH_CONFIG": "lmcount-alt5",
707+
"HYPERC_ASE_OFF":"0",
708+
"HYPERC_SPLIT_OFF": "0",
709+
"HYPERC_SOLVER_MAX_TIME": "999900",
710+
"HYPERC_STRICT_TYPING":"0",
711+
"HYPERC_MAX_PROC": "1",
712+
"HYPERC_USE_CACHE": "0",
713+
"HYPERC_TEMPDIR": "./tmp",
714+
// "HYPERC_DONT_REMOVE_ACTIONS": "1",
715+
// "HYPERC_IGNORE_EQ_BRANCH": "1",
716+
"HYPERC_LOGLEVEL": "info",
717+
// "HYPERC_LIN_COUNT": "20",
718+
// "HYPERC_FORCE_LIN_COUNT": "1",
719+
"DOWNWARD_TOTAL_PUSHES": "5000000000000"
720+
},
721+
"justMyCode": false
722+
},
723+
{
724+
"name": "hyperCRM_run cycled",
725+
"type": "python",
726+
"request": "launch",
727+
"module": "pytest",
728+
"args": [ "-s",
729+
"-o",
730+
"log_cli=true",
731+
"tests/tests_with_data/test_HyperCRM.py::test_cycled"
732+
],
733+
"console": "integratedTerminal",
734+
"env": {
735+
"PYTHON": "pypy3",
736+
"HYPERC_SEARCH_CONFIG": "lmcount-alt5",
737+
"HYPERC_ASE_OFF":"0",
738+
"HYPERC_SPLIT_OFF": "0",
739+
"HYPERC_SOLVER_MAX_TIME": "999900",
740+
"HYPERC_STRICT_TYPING":"0",
741+
"HYPERC_MAX_PROC": "1",
742+
"HYPERC_USE_CACHE": "0",
743+
"HYPERC_TEMPDIR": "./tmp",
744+
// "HYPERC_DONT_REMOVE_ACTIONS": "1",
745+
// "HYPERC_IGNORE_EQ_BRANCH": "1",
746+
"HYPERC_LOGLEVEL": "info",
747+
// "HYPERC_LIN_COUNT": "20",
748+
// "HYPERC_FORCE_LIN_COUNT": "1",
749+
"DOWNWARD_TOTAL_PUSHES": "5000000000000"
750+
},
751+
"justMyCode": false
692752
}
693753

694754
]

0 commit comments

Comments
 (0)