Disable failing simpleruntimeeventvalidation test on mono.#88500
Merged
radical merged 3 commits intodotnet:mainfrom Jul 7, 2023
Merged
Disable failing simpleruntimeeventvalidation test on mono.#88500radical merged 3 commits intodotnet:mainfrom
simpleruntimeeventvalidation test on mono.#88500radical merged 3 commits intodotnet:mainfrom
Conversation
Issue: dotnet#88499 Failing with: ``` Expected: True Actual: False Stack Trace: at tracing_eventpipe._simpleruntimeeventvalidation_simpleruntimeeventvalidation_simpleruntimeeventvalidation_._simpleruntimeeventvalidation_simpleruntimeeventvalidation_simpleruntimeeventvalidation_sh() at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) Output: Return code: 1 Raw output file: /root/helix/work/workitem/uploads/Reports/tracing.eventpipe/simpleruntimeeventvalidation/simpleruntimeeventvalidation/simpleruntimeeventvalidation.output.txt Raw output: BEGIN EXECUTION /root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true simpleruntimeeventvalidation.dll '' 0.0s: ==TEST STARTING== 0.2s: Connecting to EventPipe... 0.2s: Started sending sentinel events... 0.4s: Creating EventPipeEventSource... 0.4s: EventPipeEventSource created 0.4s: Dynamic.All callback registered 0.4s: Running optional trace validator 0.4s: Finished running optional trace validator 0.4s: Starting stream processing... 0.6s: Saw sentinel event 0.6s: Stopped sending sentinel events 0.6s: Starting event generating action... 0.6s: Called GC.Collect() 0 times... 0.7s: Called GC.Collect() 10 times... 0.7s: Called GC.Collect() 20 times... 0.7s: Called GC.Collect() 30 times... 0.7s: Called GC.Collect() 40 times... 0.7s: Stopping event generating action 0.7s: Sending StopTracing command... 0.7s: Saw new provider 'Microsoft-DotNETCore-EventPipe' 0.7s: Stopping stream processing 0.7s: Dropped 0 events 0.7s: Finished StopTracing command 0.7s: Reader task finished 0.8s: Test FAILED! 0.8s: No events for provider "Microsoft-Windows-DotNETRuntime" 0.8s: Configuration: 0.8s: { 0.8s: providers: [ 0.8s: ] 0.8s: } 0.8s: Expected: 0.8s: { 0.8s: "Microsoft-Windows-DotNETRuntime" = -1 +- -0 0.8s: } 0.8s: Actual: 0.8s: { 0.8s: "Microsoft-DotNETCore-EventPipe" = 1 0.8s: } 0.8s: ==TEST FINISHED: FAILED!== Expected: 100 Actual: 255 END EXECUTION - FAILED Test failed. Trying to see if dump file was created in /home/helixbot/dotnetbuild/dumps since 7/6/2023 11:55:21 PM Test Harness Exitcode is : 1 To run the test: > set CORE_ROOT=/root/helix/work/correlation > /root/helix/work/workitem/e/tracing/eventpipe/simpleruntimeeventvalidation/simpleruntimeeventvalidation/simpleruntimeeventvalidation.sh ```
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIssue: #88499 Failing with:
|
simpleruntimeeventvalidation test on mono.simpleruntimeeventvalidation test on mono.
vargaz
approved these changes
Jul 7, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: #88499
Failing with: