Skip to content

Commit

Permalink
CI: shaped windows only in MacOS to skip crash + other minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 13, 2023
1 parent 709c6f6 commit 8db3521
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/BlocBenchs-Tests/BlocBenchsSmokeTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
{ #category : #accessing }
BlocBenchsSmokeTest >> defaultTimeLimit [

^ 2 minutes
^ 5 minutes
]

{ #category : #tests }
Expand Down Expand Up @@ -43,17 +43,22 @@ BlocBenchsSmokeTest >> testPCBenchmarker3 [
{ #category : #tests }
BlocBenchsSmokeTest >> testPCOSWindowScrollingExample1 [

PCOSWindowScrollingExample new beFlatScrolling; open; inspect
PCOSWindowScrollingExample new
beFlatScrolling;
open
]

{ #category : #tests }
BlocBenchsSmokeTest >> testPCOSWindowScrollingExample2 [

PCOSWindowScrollingExample new beInertialScrolling; open; inspect
PCOSWindowScrollingExample new
beInertialScrolling;
open
]

{ #category : #tests }
BlocBenchsSmokeTest >> testSDLShapedWindowExample [

SDLShapedWindowExample exampleByColorKey
OSPlatform current isMacOS ifTrue: [
SDLShapedWindowExample exampleByColorKey ]
]

0 comments on commit 8db3521

Please sign in to comment.