forked from grofit/unity-rx-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testing_notes.txt
42 lines (31 loc) · 912 Bytes
/
testing_notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
observable time
timer tests (hangs up runtime testtest runs)
Scheduler.ThreadPool seams to cause issues (tests hanging up after when being used too much)
error handling test
observablepaging test
eventloopscheduler
ObservableTimeTest
ObserveOnReactiveTest (maybe)
EventLoopScheduler (maybe)
ObservableConcurrencyTest
DelaySubscriptionTest??
---
Issuse with IL2CPP on UWP build
(DurabilityTest)
GenerateTest
PrimitiveTypeTests
ObserveOnReactiveTest.ObserveOn_LongRunning_DisableOptimizations() => Timeout! Expected True but was False
---
don't use ThreadPoolScheduler.Instance, use ThreadPoolOnlyScheduler.Instance instead!
---
not supported:
IQbservable / IQueryable stuff
async ITaskObservable<int> stuff
---
current WebGL tests hanging up:
AppendPrependTest_SchedulerRecursive
AsyncSubjectTest_Await_Blocking
AverageTest: ??
BufferTest: ??
CaseWithDefault_CheckDefault
(only tested until CaseTest)