From e0995af8dc7a15cc098a57087aa5430500bb11c2 Mon Sep 17 00:00:00 2001 From: Mark Williams Date: Mon, 22 Apr 2013 08:12:44 -0700 Subject: [PATCH] Turn off optimizations in repo mode for some tests They don't seem worth fixing. --- hphp/test/quick/eval.php.hphp_opts | 1 + hphp/test/quick/hphp_opts.optimization_level_0 | 1 + hphp/test/quick/reflection.php.hphp_opts | 1 + hphp/test/quick/unused_clscns.php.hphp_opts | 1 + 4 files changed, 4 insertions(+) create mode 120000 hphp/test/quick/eval.php.hphp_opts create mode 100644 hphp/test/quick/hphp_opts.optimization_level_0 create mode 120000 hphp/test/quick/reflection.php.hphp_opts create mode 120000 hphp/test/quick/unused_clscns.php.hphp_opts diff --git a/hphp/test/quick/eval.php.hphp_opts b/hphp/test/quick/eval.php.hphp_opts new file mode 120000 index 000000000..e28cf02ba --- /dev/null +++ b/hphp/test/quick/eval.php.hphp_opts @@ -0,0 +1 @@ +hphp_opts.optimization_level_0 \ No newline at end of file diff --git a/hphp/test/quick/hphp_opts.optimization_level_0 b/hphp/test/quick/hphp_opts.optimization_level_0 new file mode 100644 index 000000000..ee6414e75 --- /dev/null +++ b/hphp/test/quick/hphp_opts.optimization_level_0 @@ -0,0 +1 @@ +--optimize-level=0 diff --git a/hphp/test/quick/reflection.php.hphp_opts b/hphp/test/quick/reflection.php.hphp_opts new file mode 120000 index 000000000..e28cf02ba --- /dev/null +++ b/hphp/test/quick/reflection.php.hphp_opts @@ -0,0 +1 @@ +hphp_opts.optimization_level_0 \ No newline at end of file diff --git a/hphp/test/quick/unused_clscns.php.hphp_opts b/hphp/test/quick/unused_clscns.php.hphp_opts new file mode 120000 index 000000000..e28cf02ba --- /dev/null +++ b/hphp/test/quick/unused_clscns.php.hphp_opts @@ -0,0 +1 @@ +hphp_opts.optimization_level_0 \ No newline at end of file