From 6889f08867e2e00804a7c8c2a43047be30ac8904 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Mon, 9 Aug 2021 18:05:35 +0300 Subject: [PATCH] Remove executable bit from unrelated files (#57051) --- .vsconfig | 0 src/coreclr/vm/disassembler.cpp | 0 .../Immutable/ImmutableList_1.Enumerator.cs | 0 .../src/System/Diagnostics/RandomNumberGenerator.cs | 0 src/mono/mono/tests/bug-348522.2.cs | 0 src/mono/mono/tests/exiting/appdomain.out | 0 .../mono/tests/exiting/delegate-async-exception.out | Bin src/mono/mono/tests/exiting/delegate-async-exit.out | 0 .../tests/exiting/delegate-delegate-exception.out | Bin .../mono/tests/exiting/delegate-delegate-exit.out | 0 src/mono/mono/tests/exiting/delegate.out | 0 src/mono/mono/tests/exiting/finalizer-abort.out | 0 src/mono/mono/tests/exiting/finalizer-exception.out | Bin src/mono/mono/tests/exiting/finalizer-exit.out | 0 src/mono/mono/tests/exiting/main-exit.out | 0 .../tests/exiting/main-returns-abort-resetabort.out | 0 .../main-returns-background-abort-resetabort.out | 0 .../exiting/main-returns-background-resetabort.out | 0 .../mono/tests/exiting/main-returns-background.out | 0 src/mono/mono/tests/exiting/main-returns.out | 0 src/mono/mono/tests/exiting/subthread-exit.out | 0 src/mono/mono/tests/gptail1.il | 0 .../mono/tests/internalsvisibleto-compilertest.cs | 0 .../mono/tests/internalsvisibleto-runtimetest.cs | 0 src/mono/mono/tests/itail1.il | 0 src/mono/mono/tests/itaili1.il | 0 src/mono/mono/tests/ivtail1.il | 0 src/mono/mono/tests/metadata-verifier/module.il | 0 src/mono/mono/tests/sirtail1.il | 0 src/mono/mono/tests/sitail1.il | 0 src/mono/mono/tests/srtail1.il | 0 src/mono/mono/tests/stail1.il | 0 src/mono/mono/tests/tail1.il | 0 src/mono/mono/tests/tailcall-generic-cast-cs.cs | 0 src/mono/mono/tests/taili1.il | 0 src/mono/mono/tests/verifier/AUTHORS | 0 src/mono/mono/tests/verifier/README | 0 .../mono/tests/verifier/invalid_argument_type.il | 0 .../tests/verifier/invalid_bad_catch_clause_type.il | 0 .../invalid_initobj_invalid_token_out_of_bounds.il | 0 .../verifier/invalid_initobj_invalid_token_type.il | 0 .../mono/tests/verifier/invalid_ldtoken_field.il | 0 .../mono/tests/verifier/invalid_ldtoken_method.il | 0 .../mono/tests/verifier/invalid_ldtoken_type.il | 0 .../mono/tests/verifier/invalid_ldtoken_type_2.il | 0 .../mono/tests/verifier/invalid_ldtoken_type_3.il | 0 .../mono/tests/verifier/invalid_local_variable.il | 0 src/mono/mono/tests/vtail1.il | 0 src/mono/mono/utils/atomic.h | 0 src/mono/mono/utils/mono-embed.h | 0 src/mono/mono/utils/mono-poll.c | 0 src/mono/tools/jitdiff/jitdiff.csproj | 0 src/mono/wasm/.editorconfig | 0 53 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .vsconfig mode change 100755 => 100644 src/coreclr/vm/disassembler.cpp mode change 100755 => 100644 src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs mode change 100755 => 100644 src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/RandomNumberGenerator.cs mode change 100755 => 100644 src/mono/mono/tests/bug-348522.2.cs mode change 100755 => 100644 src/mono/mono/tests/exiting/appdomain.out mode change 100755 => 100644 src/mono/mono/tests/exiting/delegate-async-exception.out mode change 100755 => 100644 src/mono/mono/tests/exiting/delegate-async-exit.out mode change 100755 => 100644 src/mono/mono/tests/exiting/delegate-delegate-exception.out mode change 100755 => 100644 src/mono/mono/tests/exiting/delegate-delegate-exit.out mode change 100755 => 100644 src/mono/mono/tests/exiting/delegate.out mode change 100755 => 100644 src/mono/mono/tests/exiting/finalizer-abort.out mode change 100755 => 100644 src/mono/mono/tests/exiting/finalizer-exception.out mode change 100755 => 100644 src/mono/mono/tests/exiting/finalizer-exit.out mode change 100755 => 100644 src/mono/mono/tests/exiting/main-exit.out mode change 100755 => 100644 src/mono/mono/tests/exiting/main-returns-abort-resetabort.out mode change 100755 => 100644 src/mono/mono/tests/exiting/main-returns-background-abort-resetabort.out mode change 100755 => 100644 src/mono/mono/tests/exiting/main-returns-background-resetabort.out mode change 100755 => 100644 src/mono/mono/tests/exiting/main-returns-background.out mode change 100755 => 100644 src/mono/mono/tests/exiting/main-returns.out mode change 100755 => 100644 src/mono/mono/tests/exiting/subthread-exit.out mode change 100755 => 100644 src/mono/mono/tests/gptail1.il mode change 100755 => 100644 src/mono/mono/tests/internalsvisibleto-compilertest.cs mode change 100755 => 100644 src/mono/mono/tests/internalsvisibleto-runtimetest.cs mode change 100755 => 100644 src/mono/mono/tests/itail1.il mode change 100755 => 100644 src/mono/mono/tests/itaili1.il mode change 100755 => 100644 src/mono/mono/tests/ivtail1.il mode change 100755 => 100644 src/mono/mono/tests/metadata-verifier/module.il mode change 100755 => 100644 src/mono/mono/tests/sirtail1.il mode change 100755 => 100644 src/mono/mono/tests/sitail1.il mode change 100755 => 100644 src/mono/mono/tests/srtail1.il mode change 100755 => 100644 src/mono/mono/tests/stail1.il mode change 100755 => 100644 src/mono/mono/tests/tail1.il mode change 100755 => 100644 src/mono/mono/tests/tailcall-generic-cast-cs.cs mode change 100755 => 100644 src/mono/mono/tests/taili1.il mode change 100755 => 100644 src/mono/mono/tests/verifier/AUTHORS mode change 100755 => 100644 src/mono/mono/tests/verifier/README mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_argument_type.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_bad_catch_clause_type.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_initobj_invalid_token_out_of_bounds.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_initobj_invalid_token_type.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_ldtoken_field.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_ldtoken_method.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_ldtoken_type.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_ldtoken_type_2.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_ldtoken_type_3.il mode change 100755 => 100644 src/mono/mono/tests/verifier/invalid_local_variable.il mode change 100755 => 100644 src/mono/mono/tests/vtail1.il mode change 100755 => 100644 src/mono/mono/utils/atomic.h mode change 100755 => 100644 src/mono/mono/utils/mono-embed.h mode change 100755 => 100644 src/mono/mono/utils/mono-poll.c mode change 100755 => 100644 src/mono/tools/jitdiff/jitdiff.csproj mode change 100755 => 100644 src/mono/wasm/.editorconfig diff --git a/.vsconfig b/.vsconfig old mode 100755 new mode 100644 diff --git a/src/coreclr/vm/disassembler.cpp b/src/coreclr/vm/disassembler.cpp old mode 100755 new mode 100644 diff --git a/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs b/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs old mode 100755 new mode 100644 diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/RandomNumberGenerator.cs b/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/RandomNumberGenerator.cs old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/bug-348522.2.cs b/src/mono/mono/tests/bug-348522.2.cs old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/appdomain.out b/src/mono/mono/tests/exiting/appdomain.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/delegate-async-exception.out b/src/mono/mono/tests/exiting/delegate-async-exception.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/delegate-async-exit.out b/src/mono/mono/tests/exiting/delegate-async-exit.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/delegate-delegate-exception.out b/src/mono/mono/tests/exiting/delegate-delegate-exception.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/delegate-delegate-exit.out b/src/mono/mono/tests/exiting/delegate-delegate-exit.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/delegate.out b/src/mono/mono/tests/exiting/delegate.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/finalizer-abort.out b/src/mono/mono/tests/exiting/finalizer-abort.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/finalizer-exception.out b/src/mono/mono/tests/exiting/finalizer-exception.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/finalizer-exit.out b/src/mono/mono/tests/exiting/finalizer-exit.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/main-exit.out b/src/mono/mono/tests/exiting/main-exit.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/main-returns-abort-resetabort.out b/src/mono/mono/tests/exiting/main-returns-abort-resetabort.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/main-returns-background-abort-resetabort.out b/src/mono/mono/tests/exiting/main-returns-background-abort-resetabort.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/main-returns-background-resetabort.out b/src/mono/mono/tests/exiting/main-returns-background-resetabort.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/main-returns-background.out b/src/mono/mono/tests/exiting/main-returns-background.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/main-returns.out b/src/mono/mono/tests/exiting/main-returns.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/exiting/subthread-exit.out b/src/mono/mono/tests/exiting/subthread-exit.out old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/gptail1.il b/src/mono/mono/tests/gptail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/internalsvisibleto-compilertest.cs b/src/mono/mono/tests/internalsvisibleto-compilertest.cs old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/internalsvisibleto-runtimetest.cs b/src/mono/mono/tests/internalsvisibleto-runtimetest.cs old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/itail1.il b/src/mono/mono/tests/itail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/itaili1.il b/src/mono/mono/tests/itaili1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/ivtail1.il b/src/mono/mono/tests/ivtail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/metadata-verifier/module.il b/src/mono/mono/tests/metadata-verifier/module.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/sirtail1.il b/src/mono/mono/tests/sirtail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/sitail1.il b/src/mono/mono/tests/sitail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/srtail1.il b/src/mono/mono/tests/srtail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/stail1.il b/src/mono/mono/tests/stail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/tail1.il b/src/mono/mono/tests/tail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/tailcall-generic-cast-cs.cs b/src/mono/mono/tests/tailcall-generic-cast-cs.cs old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/taili1.il b/src/mono/mono/tests/taili1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/AUTHORS b/src/mono/mono/tests/verifier/AUTHORS old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/README b/src/mono/mono/tests/verifier/README old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_argument_type.il b/src/mono/mono/tests/verifier/invalid_argument_type.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_bad_catch_clause_type.il b/src/mono/mono/tests/verifier/invalid_bad_catch_clause_type.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_initobj_invalid_token_out_of_bounds.il b/src/mono/mono/tests/verifier/invalid_initobj_invalid_token_out_of_bounds.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_initobj_invalid_token_type.il b/src/mono/mono/tests/verifier/invalid_initobj_invalid_token_type.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_ldtoken_field.il b/src/mono/mono/tests/verifier/invalid_ldtoken_field.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_ldtoken_method.il b/src/mono/mono/tests/verifier/invalid_ldtoken_method.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_ldtoken_type.il b/src/mono/mono/tests/verifier/invalid_ldtoken_type.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_ldtoken_type_2.il b/src/mono/mono/tests/verifier/invalid_ldtoken_type_2.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_ldtoken_type_3.il b/src/mono/mono/tests/verifier/invalid_ldtoken_type_3.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/verifier/invalid_local_variable.il b/src/mono/mono/tests/verifier/invalid_local_variable.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/tests/vtail1.il b/src/mono/mono/tests/vtail1.il old mode 100755 new mode 100644 diff --git a/src/mono/mono/utils/atomic.h b/src/mono/mono/utils/atomic.h old mode 100755 new mode 100644 diff --git a/src/mono/mono/utils/mono-embed.h b/src/mono/mono/utils/mono-embed.h old mode 100755 new mode 100644 diff --git a/src/mono/mono/utils/mono-poll.c b/src/mono/mono/utils/mono-poll.c old mode 100755 new mode 100644 diff --git a/src/mono/tools/jitdiff/jitdiff.csproj b/src/mono/tools/jitdiff/jitdiff.csproj old mode 100755 new mode 100644 diff --git a/src/mono/wasm/.editorconfig b/src/mono/wasm/.editorconfig old mode 100755 new mode 100644