-
-
Notifications
You must be signed in to change notification settings - Fork 435
[skip-changelog] Migrate tests from test_compile_part_3.py to compile_part_3_test.go
#1906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
b31ea08
Migrate TestCompileSketchWithPdeExtension from test_compile_part_3.py…
MatteoPologruto 6482686
Migrate TestCompileSketchWithMultipleMainFiles from test_compile_part…
MatteoPologruto 821a746
Migrate TestCompileSketchCaseMismatchFails from test_compile_part_3.p…
MatteoPologruto 16b29e5
Migrate TestCompileWithOnlyCompilationDatabaseFlag from test_compile_…
MatteoPologruto 33dd1e0
Migrate TestCompileUsingPlatformLocalTxt from test_compile_part_3.py …
MatteoPologruto 1a9f90c
Migrate TestCompileUsingBoardsLocalTxt from test_compile_part_3.py to…
MatteoPologruto 0983d63
Migrate TestCompileManuallyInstalledPlatform from test_compile_part_3…
MatteoPologruto f620c28
Migrate TestCompileManuallyInstalledPlatformUsingPlatformLocalTxt fro…
MatteoPologruto 885aa40
Migrate TestCompileWithFullyPrecompiledLibrary to compile_part_3_test…
MatteoPologruto 8a8df2b
Rearrange tests to have them share the same environment
MatteoPologruto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Migrate TestCompileUsingBoardsLocalTxt from test_compile_part_3.py to…
… compile_part_3_test.go
- Loading branch information
commit 1a9f90c90855cf9dd14cd4f00ee939da506678e2
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| nessuno.name=Arduino Nessuno | ||
| nessuno.vid.0=0x2341 | ||
| nessuno.pid.0=0x0043 | ||
| nessuno.vid.1=0x2341 | ||
| nessuno.pid.1=0x0001 | ||
| nessuno.vid.2=0x2A03 | ||
| nessuno.pid.2=0x0043 | ||
| nessuno.vid.3=0x2341 | ||
| nessuno.pid.3=0x0243 | ||
| nessuno.upload.tool=avrdude | ||
| nessuno.upload.protocol=arduino | ||
| nessuno.upload.maximum_size=32256 | ||
| nessuno.upload.maximum_data_size=2048 | ||
| nessuno.upload.speed=115200 | ||
| nessuno.bootloader.tool=avrdude | ||
| nessuno.bootloader.low_fuses=0xFF | ||
| nessuno.bootloader.high_fuses=0xDE | ||
| nessuno.bootloader.extended_fuses=0xFD | ||
| nessuno.bootloader.unlock_bits=0x3F | ||
| nessuno.bootloader.lock_bits=0x0F | ||
| nessuno.bootloader.file=optiboot/optiboot_atmega328.hex | ||
| nessuno.build.mcu=atmega328p | ||
| nessuno.build.f_cpu=16000000L | ||
| nessuno.build.board=AVR_NESSUNO | ||
| nessuno.build.core=arduino | ||
| nessuno.build.variant=standard | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.