Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-12[acceptance-tests] Reenable ms-test-suite test after Mono bug was fixed (#5776)Alexander Köplinger
Fix went in with https://github.com/mono/mono/pull/5751
2017-09-22[acceptance-tests] ms-test-suite: move systemruntimebringup tests to NUnit ↵Alexander Köplinger
and add System.Linq.Expressions tests (#5624) This gets rid of compiling ~300 executables which significantly cuts down build time. Also added the System.Linq.Expressions which were not run before. Changes: https://github.com/xamarin/ms-test-suite/compare/73c155f76b55839f26ba707d6d40091060e4f5d8...25f495326e141163d59e52ef499227a2f38fe036 (private repo)
2017-08-12[acceptance-tests] Increase the profiler-stress timeout to 9 hours.Alex Rønne Petersen
msbiology seems to take longer than 8 hours on 32-bit OS X.
2017-08-11[acceptance-tests] Bump coreclr submoduleAlexander Köplinger
2017-07-26[acceptance-tests] Another attempt fix a StringBuilder race in the profiler ↵Alex Rønne Petersen
stress runner.
2017-07-22[acceptance-tests] Disable the ironjs-v8 test on arm32/arm64.Alex Rønne Petersen
It times out even with a 24-hour timeout. Eventually we should investigate why, but disable it for now so the lane can become green.
2017-07-22[acceptance-tests] Fix a crash in the profiler stress runner caused by racey ↵Alex Rønne Petersen
modification of a StringBuilder.
2017-07-22[acceptance-tests] Set individual timeout for profiler stress tests back to ↵Alex Rønne Petersen
8 hours.
2017-07-22[acceptance-tests] Build profiler stress runner with debug info.Alex Rønne Petersen
2017-07-21[acceptance-tests] Temporarily increase the profiler stress timeout to 24 hours.Alex Rønne Petersen
This is temporary and is just to see how long ironjs-v8 actually takes to complete on ARM. We may need to just exclude it there.
2017-07-20[acceptance-tests] Don't mark msbiology as a failure if it OOMs on 32-bit.Alex Rønne Petersen
This is known to happen on some platforms.
2017-07-19[acceptance-tests] Further increase the individual test timeout in the ↵Alex Rønne Petersen
profiler stress runner. It seems ironjs-v8 takes even longer to run on ARM than fsharp, msbiology, and roslyn.
2017-07-18[acceptance-tests] Increase individual timeout of profiler stress tests to 8 ↵Alex Rønne Petersen
hours. fsharp, roslyn, and msbiology take a very long time to run on ARM. Hopefully this is enough.
2017-07-14[acceptance-tests] Update the profiler-stress runner for removed options.Alex Rønne Petersen
2017-06-28[acceptance-tests] Don't pass a zero sampling/heapshot frequency in the ↵Alex Rønne Petersen
profiler stress runner. Also change the code to make it more likely that we actually do some runs without sampling or heapshot enabled.
2017-06-20[acceptance-tests] Update the profiler-stress test runner for the profiler's ↵Alex Rønne Petersen
new argument style. This allows us to test a lot more combinations than previously.
2017-04-13Revert "[acceptance-tests] Disable a regressed coreclr test"Alexander Köplinger
This reverts commit 5e8012a6787e4dc1bb6577c4e3572a2c8070dd05. The bug was fixed.
2017-04-12[acceptance-tests] Disable a regressed coreclr testAlexander Köplinger
I filed a tracking bug.
2017-02-27Update ms-test-suiteMarek Safar
2017-02-04[acceptance-tests] Baseline failing coreclr tests for now (#4325)Alexander Köplinger
We can look into them when we have time, but for now let's just ensure no new failures sneak in.
2017-01-17[tests] Use correct MONO_PATH directory for tools like MCS/ILASMAlexander Köplinger
We need to use the mcs/class/lib/build directory so Roslyn works (it runs into AOT bugs in net_4_x). This was fixed in a few other places already, fix more.
2016-12-01[acceptance-tests] Use portable pdb for cscAlexander Köplinger
2016-11-28[build] Roslyn switchMarek Safar
2016-11-16[acceptance-tests] Add dependency on nunitlite.dllAlexander Köplinger
nunitlite.dll is not built anymore with a normal Mono build so we need to depend on it explicitly.
2016-11-16[acceptance-tests] Specify nunitlite pathMarek Safar
2016-11-13[bcl] Deprecate old NUnit 2.4 framework shipped with MonoAlexander Köplinger
Print a message when running nunit-console about the deprecation. Additionally, throw a compilation error if compiling against the TestFixtureAttribute from old NUnit. Needed changes in ms-test-suite as well since it was still using NUnit.
2016-10-02[acceptance-tests] Improve the profiler-stress test runner.Alex Rønne Petersen
* Emit an NUnit test report file. * Set a timeout of 6 hours per test. * Do a thread dump for timed-out tests. * Don't print stdout/stderr for passing tests.
2016-09-08[acceptance-tests] Add profiler-stress suite.Alex Rønne Petersen
2016-08-22Update ms-test-suiteMarek Safar
2016-08-10Merge pull request #3387 from xmcclure/test-suite-bumpmonojenkins
Update ms-test-suite to fix broken test
2016-08-10[acceptance-tests] Run ms-test-suite with debug symbolsAlexander Köplinger
So we get line numbers in stack traces.
2016-08-09Update ms-test-suite to fix broken testAndi McClure
2016-07-25[acceptance-tests] Remove folders from Roslyn script that we now ship after ↵Alexander Köplinger
8f130a6e17c372
2016-07-21[versions.mk] Make path to SUBMODULES.json based on srcdir (#3314)Alexander Köplinger
Since acceptance-tests/Makefile (and llvm/Makefile) include scripts/submodules/versions.mk which evals versions.py which looks for a SUBMODULES.json file in the current working directory we got confusing error messages if the build directory is not the src dir: ``` Traceback (most recent call last): File "../../mono/scripts/submodules/versions.py", line 22, in <module> submodules = json.load(open(CONFIG_FILE)) IOError: [Errno 2] No such file or directory: 'SUBMODULES.json' ``` Instead we now pass the path to SUBMODULES.json as a variable to versions.py and set it based on $(top_srcdir) so it works even for out-of-tree builds.
2016-07-04[coreclr-tests] Disable a test that fails verification.Rodrigo Kumpera
2016-07-04[coreclr-tests] Disable another broken test.Rodrigo Kumpera
2016-07-04[coreclr-tests] Disable another broken test.Rodrigo Kumpera
2016-07-02[coreclr-tests] Disable another test that depends on array size limits on .net.Rodrigo Kumpera
2016-07-02[coreclr-tests] Disable some tests that are not supposed to work under mono.Rodrigo Kumpera
2016-06-07Fix make distAlexander Köplinger
It got broken when the versions.py file was moved around in d110f526706b7c4880ca916e2dfbab93138871cd. Also add the new locations to EXTRA_DIST so they get distributed too.
2016-06-07Llvm submodule (#3108)Zoltan Varga
* Move the versions.mk infrastructure to scripts/submodules so it can be used elsewhere too. * Add a conditional submodule for llvm. * Fix commit messages emitted by the bump- targets. * Use a anonymous git url for llvm.
2016-05-10Use available memory instead of physical memory as metric for ↵Alexander Köplinger
allocation-heavy tests We were seeing issues on the new Jenkins Azure boxes which had 7GB of physical memory but only about 1GB free at the time of the test, so it'd fail. Checking the available memory should fix this.
2016-04-22[acceptance-tests] Move roslyn build dependencies to download serverAlexander Köplinger
storage.bos.internalx.com is only available via VPN now. Also bump coreclr to get a recent minor fix.
2016-04-10Make versions script compatible to python3: Add () when using `print'.Alexander Jesner
2016-04-03[acceptance-tests] Fix test-runner.exe compilation after 136dd0Alexander Köplinger
2016-03-17[acceptance-tests] Bump ms-test-suite to pick up ↵Alexander Köplinger
4a95604fdf2c0523e68eaad64a17d22eebb051b3:
2016-03-17[acceptance-test] Ensure the exit code of the main test script is usedAlexander Köplinger
Due to our usage of chained commands it'd use the exit code of the last command, which is not what we want. We use chaining because e.g. in the ms-test-suite case we still want to run the systemruntimebringup suite even if the conformance suite had a failing test.
2016-03-14[corlib] Fix UIntPtr.ToString() 64bit implementationAlexander Köplinger
Cast to ulong instead of uint, this is also what referencesource does: https://github.com/Microsoft/referencesource/blob/d925d870f3cb3f6acdb14e71522ece7054e2233b/mscorlib/system/uintptr.cs#L114-L122 Also bump coreclr submodule to bring in another UIntPtr fix.
2016-03-12[acceptance-tests] Bump coreclr and ms-test-suite to bring in some fixesAlexander Köplinger
Also disable a test that makes no sense.
2016-03-09[acceptance-tests] Better description in readmeAlexander Köplinger