react-native-windows/vnext/Desktop.UnitTests
Julio César Rocha 5a2f8d9941
Port Desktop DLL to ARM64EC (#13320)
* Add ARM64EC Platform

* Add property sheets

* Add packages.lock.json

* Upgrade WinSDK version for C/C++ projects
Older SDK versions do not contain softintrin.h
See http://www.emulators.com/docs/abc_arm64ec_explained.htm

* Do not build Integration Test projects for ARM64EC

* Make V8Platform x64 for ARM64EC

* Override HermesPlatform for ARM64EC

* Override WinAppSDK platforms for ARM64EC

* Exclude OpenSSL on Desktop DLL for ARM64EC

* Override WinAppSDK _MrtCoreRuntimeIdentifier

* Update packages.lock.json

* Add explicit LIB dependencies for ARM64EC

* Skip React.Windows.IntegrationTests on ARM64EC

* Change files

* Simplify condition for WindowsAppSDKOverrides

* Switch from ARM64 to ARM64EC in Desktop CI

* Update prepare-build-env.yml

* Enable ARM64EC on PullRequest env

* Remove OpenSSL from Desktop LIB and DLL

* /t:Vars - Log SolutionName
2024-06-10 15:55:29 -07:00
..
BaseFileReaderResourceUnitTest.cpp Fix FileReader Base64 padding (#12522) 2023-12-08 13:39:58 -08:00
BytecodeUnitTests.cpp Fix typos and add `cspell` configuration (#11536) 2023-05-05 13:12:29 -07:00
EmptyUIManagerModule.cpp Removing some files that are no longer needed (#9755) 2022-03-30 17:40:53 -07:00
EmptyUIManagerModule.h Removing some files that are no longer needed (#9755) 2022-03-30 17:40:53 -07:00
InstanceMocks.cpp Integrate React Native Up to The Base of 0.63 (#5586) 2020-07-25 18:01:01 +00:00
InstanceMocks.h Integrate React Native Up to The Base of 0.63 (#5586) 2020-07-25 18:01:01 +00:00
LayoutAnimationTests.cpp
MemoryMappedBufferTests.cpp Fix typos and add `cspell` configuration (#11536) 2023-05-05 13:12:29 -07:00
OriginPolicyHttpFilterTest.cpp Make HTTP origin value an instance member (#12821) 2024-03-12 17:33:33 -07:00
React.Windows.Desktop.UnitTests.vcxproj Port Desktop DLL to ARM64EC (#13320) 2024-06-10 15:55:29 -07:00
React.Windows.Desktop.UnitTests.vcxproj.filters Fix FileReader Base64 padding (#12522) 2023-12-08 13:39:58 -08:00
RedirectHttpFilterUnitTest.cpp [Fabric] Support blob: images, and provide better image.onError callbacks (#13285) 2024-06-03 17:15:34 -07:00
ScriptStoreTests.cpp Add checksum to ScriptStore cache (#11780) 2023-06-20 10:10:50 -07:00
StringConversionTest_Desktop.cpp CELA open source policy no longer recommends all right reserved in license header (#5083) 2020-06-01 15:17:26 -07:00
UIManagerModuleTest.cpp Removing some files that are no longer needed (#9755) 2022-03-30 17:40:53 -07:00
UnicodeConversionTest.cpp Fix typos and add `cspell` configuration (#11536) 2023-05-05 13:12:29 -07:00
UnicodeTestStrings.cpp C++ 20: Treat `char8_t` as `char` for unicode literals in source (#12326) 2023-11-01 08:23:13 -07:00
UnicodeTestStrings.h CELA open source policy no longer recommends all right reserved in license header (#5083) 2020-06-01 15:17:26 -07:00
UtilsTest.cpp Add missing sstream includes (#12713) 2024-02-09 18:47:31 -08:00
WebSocketJSExecutorTest.cpp Fix typos and add `cspell` configuration (#11536) 2023-05-05 13:12:29 -07:00
WebSocketMocks.cpp Implement Origin Policy filter (#9771) 2022-04-20 23:49:37 +00:00
WebSocketMocks.h Implement Origin Policy filter (#9771) 2022-04-20 23:49:37 +00:00
WebSocketModuleTest.cpp Implement Blob module (#9352) 2022-05-20 19:48:48 -07:00
WinRTNetworkingMocks.cpp Implement HTTP redirection (#10534) 2022-09-16 20:10:43 +00:00
WinRTNetworkingMocks.h Fix typos and add `cspell` configuration (#11536) 2023-05-05 13:12:29 -07:00
WinRTWebSocketResourceUnitTest.cpp Ensure origin in WebSocket headers (#12643) 2024-02-02 09:25:56 -08:00
packages.lock.json Remove OpenSSL from Desktop LIB and DLL (#13321) 2024-06-10 20:41:58 +00:00
tests.runsettings