summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/new/test/mochitest/browser.ini
blob: d0e40a4a783702545d09b268759293da77ec2cdd (plain)
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
60
[DEFAULT]
tags = devtools
subsuite = devtools
skip-if = (os == 'linux' && debug && bits == 32)
support-files =
  head.js
  !/devtools/client/commandline/test/helpers.js
  !/devtools/client/framework/test/shared-head.js
  examples/bundle.js
  examples/bundle.js.map
  examples/doc-scripts.html
  examples/doc-script-switching.html
  examples/doc-exceptions.html
  examples/doc-iframes.html
  examples/doc-frames.html
  examples/doc-debugger-statements.html
  examples/doc-minified.html
  examples/doc-sourcemaps.html
  examples/doc-sourcemap-bogus.html
  examples/doc-sources.html
  examples/bogus-map.js
  examples/entry.js
  examples/exceptions.js
  examples/long.js
  examples/math.min.js
  examples/nested/nested-source.js
  examples/opts.js
  examples/output.js
  examples/simple1.js
  examples/simple2.js
  examples/frames.js
  examples/script-switching-02.js
  examples/script-switching-01.js
  examples/times2.js

[browser_dbg-breaking.js]
[browser_dbg-breaking-from-console.js]
[browser_dbg-breakpoints.js]
[browser_dbg-breakpoints-cond.js]
[browser_dbg-call-stack.js]
[browser_dbg-scopes.js]
[browser_dbg-chrome-create.js]
[browser_dbg-chrome-debugging.js]
[browser_dbg-console.js]
[browser_dbg-debugger-buttons.js]
[browser_dbg-editor-gutter.js]
[browser_dbg-editor-mode.js]
[browser_dbg-editor-select.js]
[browser_dbg-editor-highlight.js]
[browser_dbg-iframes.js]
[browser_dbg_keyboard-shortcuts.js]
[browser_dbg-pause-exceptions.js]
[browser_dbg-navigation.js]
[browser_dbg-pretty-print.js]
[browser_dbg-pretty-print-paused.js]
[browser_dbg-searching.js]
skip-if = true
[browser_dbg-sourcemaps.js]
[browser_dbg-sourcemaps-bogus.js]
[browser_dbg-sources.js]