Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migrate execute_tasks from simix::Global to kernel::EngineImpl
[simgrid.git] / teshsuite /
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-05-12 Bruno DonassoloMinor sonar related changes
2021-05-11 Bruno DonassoloSeal objects at Engine::run
2021-05-10 Bruno DonassoloAdjust tests after changes in cluster tag
2021-05-10 Arnaud Giersch[sonar] Minor simplifications.
2021-05-07 Arnaud GierschFix build with -Werror=undef.
2021-05-07 Arnaud GierschAdd test for VM (self) destruction.
2021-05-07 Augustin Degommeactivate the last nonblocking test in mpich3 suite...
2021-05-04 Bruno DonassoloDragonflyZone: Add limiters for switches
2021-05-04 Bruno DonassoloFatTreeZone: Add limiters for switches
2021-05-04 Bruno DonassoloTorusZone: Add limiter for destination node
2021-05-04 Arnaud GierschFix another Asan false alarm (with clang 12).
2021-05-04 Arnaud GierschWorkaround false alarm stack-use-after-scope from Asan...
2021-05-03 Arnaud GierschFixed tests in activity-lifecycle/testing_test-wait.
2021-05-03 Arnaud GierschFix tesh file.
2021-04-29 Bruno DonassoloOoops.. Fix CmakeFiles and MANIFEST
2021-04-29 Bruno DonassoloCluster: use radicals from XML when creating resources
2021-04-29 Bruno DonassoloUse new API to create Torus/Dragonfly/Fat-Tree clusters...
2021-04-19 Arnaud GierschReference for std::vector parameters.
2021-04-19 Augustin DegommeAdapt leak example to new display.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-18 Augustin Degommealso requalify mc version of the tesh
2021-04-18 Augustin DegommeGroup leak reports by type/file/line (for handles,...
2021-04-13 Arnaud Giersch[ci-skip] Update lua tesh files with deprecation warning.
2021-04-09 Augustin Degommethis value was actually wrong, and caught by the new...
2021-04-09 Augustin Degommeadapt test for leak check
2021-04-07 Arnaud GierschFix cloud.xml: symmetrical routes are implicit.
2021-04-07 Augustin DegommeDisplay leak origin in message, if -trace-call-location...
2021-04-06 Augustin Degommechange the way we display leak types, skipping demangling
2021-04-03 Augustin Degommethis test is invalid with 1 process. Align with mpich...
2021-04-03 Martin QuinsonTell when we have more leaked handles to display
2021-04-03 Martin QuinsonDisplay the leaked handles in the tests (using no_loc...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschFix count for SMPI leak report.
2021-04-02 Arnaud Giersch[mc] Enable finalize_app() in SafetyChecker.
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-04-02 Augustin Degommeupdate test with latest version from mpich.
2021-04-02 Augustin Degommethis tests actually does not conform to the standard...
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-04-01 Arnaud GierschMake xbt_die use the root log category.
2021-03-28 Augustin Degommealso change option name in MC-flavored tesh
2021-03-28 Augustin Degommerename option,
2021-03-27 Arnaud GierschReduce scope for variables.
2021-03-27 Arnaud GierschReplace std::random with xbt::random.
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-26 Arnaud GierschMerge branch 'simcall_blocking' into 'master'
2021-03-26 Arnaud GierschMove PoC blocking_simcall.hpp from public include/...
2021-03-25 SUTER Fredericmore chaining for CPUs too
2021-03-19 Arnaud GierschReduce scope for variables.
2021-03-19 Augustin Degommeadd tesh file to dist
2021-03-19 Martin QuinsonFix clang builds
2021-03-18 Martin Quinsontest with leaks: no printf, and run also in MC (that...
2021-03-18 Martin QuinsonAdd a tests-mc target to rebuild only what's needed...
2021-03-15 Augustin DegommeTeshsuite SMPI : execute from build dir.
2021-03-15 Augustin Degommeexclude intentionally leaking test from asan and valgri...
2021-03-14 Augustin Degommeadd a test with an intentional leak for previous feature.
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-14 Martin QuinsonMC: lazily load the dwarf information
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-11 Arnaud GierschMerge branch 'model_types_rework_part1' into 'master'
2021-03-11 Bruno DonassoloInitializing SimGrid's model in another way
2021-03-11 Martin QuinsonMerge pull request #374 from adegomme/master
2021-03-11 Arnaud Giersch[sonar] Pointer to const.
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-03-10 Augustin Degommeimplement MPI_File_set_size
2021-03-10 Arnaud GierschMerge branch 's4u/model_list' into 'master'
2021-03-10 Arnaud GierschSonar prefers nullptr.
2021-03-09 Arnaud GierschMake scan-build ignore volontary null-pointer dereference.
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno Donassolosurf_cpu_model_pm: remove global
2021-03-09 Bruno DonassoloAvoid using surf_network_model global
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschMinor reindent.
2021-03-08 Martin QuinsonMC: Extend the random-bug example to test what's going...
2021-03-04 Arnaud GierschTry to use more common PAPI events for testing.
2021-03-03 Augustin DegommeAdd a test for PAPI
2021-03-03 Augustin DegommeThese tests were missing mpi_finalize call (hence some...
2021-03-02 Arnaud GierschUncomment debug message.
2021-03-01 Arnaud GierschFix usage string.
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-23 Arnaud GierschOn failure, try again with longer sleep duration.
2021-02-22 Frederic Suterremove last basic simdag test. redundant with one of...
2021-02-22 Frederic Suterremove tests that are redundant with examples/cpp/...
2021-02-22 Arnaud GierschRename teshsuite/models/{ptask_L07/* => ptask_L07_usage/*}.
2021-02-22 Arnaud GierschDelete binary file.
2021-02-22 Arnaud GierschRename include/xbt/{future.hpp => promise.hpp}.
2021-02-20 Frederic SuterConvert another test
2021-02-20 Martin Quinsontypo
2021-02-19 Frederic Suterconvert one more test of ptask_L07 model
2021-02-19 Arnaud GierschStrings are overkill for parmap_test.
2021-02-19 Arnaud GierschConst reference.
2021-02-19 Arnaud GierschUse already defined namespace alias 'sg4'.
2021-02-19 Arnaud GierschUse :: to call get_clock() which is a static member...
2021-02-19 Arnaud GierschConst, as usual ;)
next