forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-exception.test
More file actions
59 lines (59 loc) · 1.98 KB
/
agent-exception.test
File metadata and controls
59 lines (59 loc) · 1.98 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
>[7] js --jvm --insight=agent-exception.js -f log.js -e "howAreYou()"
Hello GraalVM Insight!
How
great you are!
.*at <js> checkLogging.agent-exception.js:.*
.*at <js> log.log.js:1-6:18-.*
.*at <js> howAreYou.log.js:11:.*.
.*at <js> :program.<eval_script>:1:0-10.
>[7] js --insight=agent-exception.js -f log.js -e "howAreYou()"
Hello GraalVM Insight!
How
great you are!
.*at <js> checkLogging.agent-exception.js:.*
.*at <js> log.log.js:1-6:18-.*
.*at <js> howAreYou.log.js:11:.*
.*at <js> :program.<eval_script>:1:0-10.
>[7] js --insight=agent-exception.js -f log.js -e "howDoYouDo()"
Hello GraalVM Insight!
How
do
you feel?
.*at <js> checkLogging.agent-exception.js:.*
.*at <js> log.log.js:1-6:18-.*
.*at <js> howDoYouDo.log.js:18:.*
.*at <js> :program.<eval_script>:1:0-11.
>[7] js --insight=agent-exception.js -f log.js -e "areYouBad()"
Hello GraalVM Insight!
How
good you are?
.*at <js> checkLogging.agent-exception.js:.*
.*at <js> log.log.js:1-6:.*
.*at <js> areYouBad.log.js:26:.*
.*at <js> :program.<eval_script>:1:0-10.
>[1] js --jvm --insight=agent-error2.js log.js
insight: Unknown attribute misnamedAttribute
>[1] js --jvm --insight=agent-error3.js log.js
insight: Unknown event type 'enterOrLeave'.*
>[7] js --jvm --insight=agent-error.js log.js
Error while initializing {id: "insight", version: "1.1"}
.*at <js> :.*agent-error.js.*
>[7] js --insight=agent-error.js log.js
Error while initializing {id: "insight", version: "1.1"}
.*at <js> :.*agent-error.js.*
>[7] js --jvm --insight=agent-error4.js -f log.js
Error loading of source log.js.*
.*at <js>.*agent-error4.js:.*
>[7] js --insight=agent-error4.js -f log.js
Error loading of source log.js.*
.*at <js>.*agent-error4.js:.*
>[7] js --insight=agent-error5.js -f log.js
insight: Unclosed group near index.*: .unclosed
.*at <js> :.*
>[7] js --insight=agent-error6.js -f log.js
Insight: object Agent: undefined
.*at <js> :.*
>[7] js --agentscript=agent-error6.js --experimental-options -f log.js
Warning.*deprecated.*
Insight: object Agent: object
.*at <js> :.*