Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize cabinet creation
[simgrid.git] / teshsuite /
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 ;)
2021-02-19 Arnaud GierschWhitespaces!
2021-02-19 Augustin Degommeactivate leak-check output on mpich3-test.
2021-02-18 Frederic Suterfix and convert another ptask_L07 test
2021-02-18 Frederic Suterfix distcheck
2021-02-18 Frederic Suterremove now useless platform files (replaced by ptask_L0...
2021-02-18 Frederic Suterconvert one more simdag test
2021-02-18 Frederic Suterconvert more simdag tests
2021-02-17 Frederic Suteradd and use Link::is_shared()
2021-02-17 Frederic Suterget flatifier rid of SimDag
2021-02-17 Frederic Suterfix broken tests
2021-02-17 Frederic Sutermodernize basic-parsing-test w/o SimDag
2021-02-17 Arnaud GierschUseless braces.
2021-02-16 Arnaud GierschUpdate comments.
2021-02-16 Frederic Suterdon't test removed tests
2021-02-16 Frederic SuterStart to replace old simdag tests of the ptask_L07...
2021-02-13 Martin QuinsonImprove the behavior of wait_for(0), and activate some...
2021-02-12 Arnaud GierschAdd some comments about unexpected failures.
2021-02-12 Arnaud GierschNew tests with wait_any_for.
2021-02-12 Arnaud GierschSpecialize with ExecPtr.
2021-02-12 Arnaud GierschTemplate for tester and waiter functions.
2021-02-12 Arnaud GierschUse template parameter for ActivityPtr in testing_test...
2021-02-12 Arnaud GierschTests were wrong, fix them.
2021-02-11 Arnaud GierschDon't duplicate macro definition.
2021-02-11 Arnaud GierschUse a smart pointer immediately. Uncomment fixed test.
next