Skip to content

Commit 645b151

Browse files
committed
move tests that are meant for goto-gcc only
1 parent ae1d039 commit 645b151

File tree

79 files changed

+0
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+0
-12
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,11 @@ test_script:
6464
- cmd: |
6565
cd regression
6666
rem HACK disable failing tests
67-
rmdir /s /q ansi-c\arch_flags_mcpu_bad
68-
rmdir /s /q ansi-c\arch_flags_mcpu_good
69-
rmdir /s /q ansi-c\arch_flags_mthumb_bad
70-
rmdir /s /q ansi-c\arch_flags_mthumb_good
7167
rmdir /s /q ansi-c\Forward_Declaration2
7268
rmdir /s /q ansi-c\Incomplete_Type1
7369
rmdir /s /q ansi-c\Union_Padding1
7470
rmdir /s /q ansi-c\Universal_characters1
7571
rmdir /s /q ansi-c\function_return1
76-
rmdir /s /q ansi-c\gcc_attributes7
77-
rmdir /s /q ansi-c\gcc_version1
7872
rmdir /s /q ansi-c\struct6
7973
rmdir /s /q ansi-c\struct7
8074
rmdir /s /q cbmc\Malloc23

buildspec-windows.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,11 @@ phases:
2828
- |
2929
cd regression
3030
# HACK disable failing tests
31-
Remove-Item ansi-c\arch_flags_mcpu_bad -Force -Recurse
32-
Remove-Item ansi-c\arch_flags_mcpu_good -Force -Recurse
33-
Remove-Item ansi-c\arch_flags_mthumb_bad -Force -Recurse
34-
Remove-Item ansi-c\arch_flags_mthumb_good -Force -Recurse
3531
Remove-Item ansi-c\Forward_Declaration2 -Force -Recurse
3632
Remove-Item ansi-c\Incomplete_Type1 -Force -Recurse
3733
Remove-Item ansi-c\Union_Padding1 -Force -Recurse
3834
Remove-Item ansi-c\Universal_characters1 -Force -Recurse
3935
Remove-Item ansi-c\function_return1 -Force -Recurse
40-
Remove-Item ansi-c\gcc_attributes7 -Force -Recurse
41-
Remove-Item ansi-c\gcc_version1 -Force -Recurse
4236
Remove-Item ansi-c\struct6 -Force -Recurse
4337
Remove-Item ansi-c\struct7 -Force -Recurse
4438
Remove-Item cbmc\Malloc23 -Force -Recurse
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)