summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/sbox_integration_tests.isolate9
1 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/sbox_integration_tests.isolate b/sandbox/sbox_integration_tests.isolate
index 5a92ac0..00befe0 100644
--- a/sandbox/sbox_integration_tests.isolate
+++ b/sandbox/sbox_integration_tests.isolate
@@ -24,6 +24,15 @@
],
},
}],
+ # These PDBs are needed in order to get reasonable stack traces if
+ # an assertion fires or a crash occurs. Add more as necessary.
+ ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/sbox_integration_tests.exe.pdb',
+ ],
+ },
+ }],
],
'includes': [
'../base/base.isolate',